Skip to content

Commit 718a4ea

Browse files
committed
chore: bump version code
chore: bump version code chore: bump version code
1 parent c08ac95 commit 718a4ea

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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.5"
3+
version = "0.2.0-alpha.6"
44
edition = "2021"
55
repository = "https://github.com/tsirysndr/music-player"
66
license = "MIT"
@@ -40,7 +40,7 @@ version = "0.1.9"
4040

4141
[dependencies.music-player-playback]
4242
path = "playback"
43-
version = "0.1.5"
43+
version = "0.1.6"
4444

4545
[dependencies.music-player-scanner]
4646
path = "scanner"
@@ -76,15 +76,15 @@ version = "0.1.1"
7676

7777
[dependencies.music-player-webui]
7878
path = "webui"
79-
version = "0.1.6"
79+
version = "0.1.7"
8080

8181
[dependencies.music-player-discovery]
8282
path = "discovery"
8383
version = "0.1.0"
8484

8585
[dependencies.music-player-graphql]
8686
path = "graphql"
87-
version = "0.1.2"
87+
version = "0.1.3"
8888

8989
[dependencies.music-player-types]
9090
path = "types"

graphql/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-graphql"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
repository = "https://github.com/tsirysndr/music-player"
66
license = "MIT"

playback/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-playback"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
repository = "https://github.com/tsirysndr/music-player"
66
license = "MIT"

webui/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "music-player-webui"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2021"
55
repository = "https://github.com/tsirysndr/music-player"
66
license = "MIT"
@@ -11,7 +11,7 @@ description = "The web ui of music player"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
[dependencies.music-player-graphql]
1313
path = "../graphql"
14-
version = "0.1.2"
14+
version = "0.1.3"
1515

1616
[dependencies.music-player-settings]
1717
path = "../settings"
@@ -23,7 +23,7 @@ version = "0.1.2"
2323

2424
[dependencies.music-player-playback]
2525
path = "../playback"
26-
version = "0.1.5"
26+
version = "0.1.6"
2727

2828
[dependencies.music-player-tracklist]
2929
path = "../tracklist"

0 commit comments

Comments
 (0)