diff --git a/Cargo.lock b/Cargo.lock index 73d23dc..b26785c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "rust_spotify_web_playback_sdk" -version = "0.1.3" +version = "0.2.0" dependencies = [ "js-sys", "nestify", diff --git a/Cargo.toml b/Cargo.toml index a9af19f..fcd0361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_spotify_web_playback_sdk" -version = "0.1.3" +version = "0.2.0" edition = "2021" readme = "README.md" repository = "https://github.com/KOEGlike/rust_spotify_web_playback_sdk"