diff --git a/Cargo.lock b/Cargo.lock index 9caf68e..1ac1816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "orca-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "crossterm", "midir", diff --git a/Cargo.toml b/Cargo.toml index 95b170e..0d6db57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/aur/PKGBUILD b/aur/PKGBUILD index f573ef6..b8643e8 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug 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')