Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zX3no committed Aug 11, 2022
1 parent 2cbb645 commit 7059504
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gonk-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gonk-database"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Bay"]
description = "Database for gonk"
Expand Down
4 changes: 2 additions & 2 deletions gonk-player/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gonk-player"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Bay"]
description = "Music playback library for gonk"
Expand All @@ -10,7 +10,7 @@ license = "CC0-1.0"

[dependencies]
symphonia = {version = "0.5.1", features = ["mp3", "isomp4", "alac", "aac"] }
gonk-database = {version = "0.1.0", path = "../gonk-database"}
gonk-database = {version = "0.1.1", path = "../gonk-database"}

[target.'cfg(unix)'.dependencies]
gag = "1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions gonk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gonk"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Bay"]
description = "A terminal music player"
Expand All @@ -15,5 +15,5 @@ tui = "0.18.0"
crossterm = "0.23.2"
unicode-width = "0.1.9"
rayon = "1.5.3"
gonk-player = {version = "0.1.0", path = "../gonk-player"}
gonk-database = {version = "0.1.0", path = "../gonk-database"}
gonk-player = {version = "0.1.1", path = "../gonk-player"}
gonk-database = {version = "0.1.1", path = "../gonk-database"}

0 comments on commit 7059504

Please sign in to comment.