bump version to 0.6.0

This commit is contained in:
Hailey Somerville 2024-03-08 20:45:40 +11:00
parent 86702dbc57
commit 4edcefb898
5 changed files with 7 additions and 7 deletions

6
Cargo.lock generated
View file

@ -120,7 +120,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bark"
version = "0.1.0"
version = "0.6.0"
dependencies = [
"alsa",
"bark-core",
@ -146,7 +146,7 @@ dependencies = [
[[package]]
name = "bark-core"
version = "0.1.0"
version = "0.6.0"
dependencies = [
"bark-protocol",
"bytemuck",
@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "bark-protocol"
version = "0.1.0"
version = "0.6.0"
dependencies = [
"bitflags 2.4.0",
"bytemuck",

View file

@ -1,6 +1,6 @@
[package]
name = "bark-core"
version = "0.1.0"
version = "0.6.0"
edition = "2021"
[features]

View file

@ -1,6 +1,6 @@
[package]
name = "bark-protocol"
version = "0.1.0"
version = "0.6.0"
edition = "2021"
[features]

View file

@ -1,6 +1,6 @@
[package]
name = "bark"
version = "0.1.0"
version = "0.6.0"
edition = "2021"
[features]

View file

@ -3,7 +3,7 @@ pkgname=bark
pkgdesc="Synchronised multicast audio streaming"
license=("AGPL3")
url="https://github.com/haileys/bark"
pkgver=0
pkgver=0.6.0
pkgrel=1
pkgver() {