chore: Release orca-rs version 0.1.1
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 4m14s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 5m34s
Release / update-aur (push) Successful in 11s

This commit is contained in:
2026-07-24 13:11:47 +02:00
parent e2e643cbc8
commit 23836ce691
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -243,7 +243,7 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "orca-rs"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"crossterm",
"midir",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "orca-rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Orca live coding environment, ported to Rust"
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Bendik Aagaard Lynghaug <bendik.lynghaug@gmail.com>
pkgname=orca-rs
pkgver=0.1.0
pkgver=0.1.1
pkgrel=1
pkgdesc="Orca live coding environment, ported to Rust (terminal UI with MIDI/OSC/UDP output)"
arch=('x86_64' 'aarch64')