From 9f7652f868d6dd8a224fccb43bd60a1f88c4a3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Marcell?= Date: Fri, 21 Jun 2024 15:00:49 +0300 Subject: [PATCH] updated version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"