Skip to content

Commit 3394a00

Browse files
committed
chore: bump version code
1 parent c4a9458 commit 3394a00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "music-player"
3-
version = "0.2.0-alpha.9"
3+
version = "0.2.0-alpha.10"
44
edition = "2021"
55
repository = "https://github.com/tsirysndr/music-player"
66
license = "MIT"
@@ -79,7 +79,7 @@ version = "0.1.2"
7979

8080
[dependencies.music-player-webui]
8181
path = "webui"
82-
version = "0.1.8"
82+
version = "0.1.9"
8383

8484
[dependencies.music-player-discovery]
8585
path = "discovery"

webui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "music-player-webui"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
repository = "https://github.com/tsirysndr/music-player"
66
license = "MIT"

0 commit comments

Comments
 (0)