Skip to content

Commit f76d6d0

Browse files
committed
bump version code
bump version code
1 parent 0d3bf59 commit f76d6d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ version = "0.1.7"
9191

9292
[dependencies.music-player-types]
9393
path = "types"
94-
version = "0.1.3"
94+
version = "0.1.4"
9595

9696
[dependencies.music-player-audio]
9797
path = "audio"

addons/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "The addons for the music player"
1010

1111
[dependencies.music-player-types]
1212
path = "../types"
13-
version = "0.1.3"
13+
version = "0.1.4"
1414

1515
[dependencies.music-player-client]
1616
path = "../client"

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

0 commit comments

Comments
 (0)