diff --git a/Cargo.toml-e b/Cargo.toml-e index d23be2e1..c62b7bc5 100644 --- a/Cargo.toml-e +++ b/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Librespot Org"] license = "MIT" @@ -23,35 +23,35 @@ doc = false [dependencies.librespot-audio] path = "audio" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-connect] path = "connect" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-core] path = "core" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-discovery] path = "discovery" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-metadata] path = "metadata" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-playback] path = "playback" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-protocol] path = "protocol" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-oauth] path = "oauth" -version = "0.5.0-dev" +version = "0.5.0" [dependencies] data-encoding = "2.5" diff --git a/audio/Cargo.toml-e b/audio/Cargo.toml-e index 4874d963..f13ba679 100644 --- a/audio/Cargo.toml-e +++ b/audio/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-audio" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Paul Lietar "] description = "The audio fetching logic for librespot" @@ -10,7 +10,7 @@ edition = "2021" [dependencies.librespot-core] path = "../core" -version = "0.5.0-dev" +version = "0.5.0" [dependencies] aes = "0.8" diff --git a/connect/Cargo.toml-e b/connect/Cargo.toml-e index 9035002e..8e253e51 100644 --- a/connect/Cargo.toml-e +++ b/connect/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-connect" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Paul Lietar "] description = "The discovery and Spotify Connect logic for librespot" @@ -22,12 +22,12 @@ tokio-stream = "0.1" [dependencies.librespot-core] path = "../core" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-playback] path = "../playback" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-protocol] path = "../protocol" -version = "0.5.0-dev" +version = "0.5.0" diff --git a/core/Cargo.toml-e b/core/Cargo.toml-e index c62e54de..6c141c42 100644 --- a/core/Cargo.toml-e +++ b/core/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-core" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Paul Lietar "] build = "build.rs" @@ -11,11 +11,11 @@ edition = "2021" [dependencies.librespot-oauth] path = "../oauth" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-protocol] path = "../protocol" -version = "0.5.0-dev" +version = "0.5.0" [dependencies] aes = "0.8" diff --git a/discovery/Cargo.toml-e b/discovery/Cargo.toml-e index 15e2777c..12cb13cd 100644 --- a/discovery/Cargo.toml-e +++ b/discovery/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-discovery" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Paul Lietar "] description = "The discovery logic for librespot" @@ -31,7 +31,7 @@ tokio = { version = "1", features = ["parking_lot", "sync", "rt"] } [dependencies.librespot-core] path = "../core" -version = "0.5.0-dev" +version = "0.5.0" [dev-dependencies] futures = "0.3" diff --git a/metadata/Cargo.toml-e b/metadata/Cargo.toml-e index a5d90460..b3e32c95 100644 --- a/metadata/Cargo.toml-e +++ b/metadata/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-metadata" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Paul Lietar "] description = "The metadata logic for librespot" @@ -20,8 +20,8 @@ serde_json = "1.0" [dependencies.librespot-core] path = "../core" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-protocol] path = "../protocol" -version = "0.5.0-dev" +version = "0.5.0" diff --git a/oauth/Cargo.toml-e b/oauth/Cargo.toml-e index 646f0879..5dddedcb 100644 --- a/oauth/Cargo.toml-e +++ b/oauth/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-oauth" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.73" authors = ["Nick Steel "] description = "OAuth authorization code flow with PKCE for obtaining a Spotify access token" diff --git a/playback/Cargo.toml-e b/playback/Cargo.toml-e index 053f7aa5..03e25566 100644 --- a/playback/Cargo.toml-e +++ b/playback/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-playback" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Sasha Hilton "] description = "The audio playback logic for librespot" @@ -10,15 +10,15 @@ edition = "2021" [dependencies.librespot-audio] path = "../audio" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-core] path = "../core" -version = "0.5.0-dev" +version = "0.5.0" [dependencies.librespot-metadata] path = "../metadata" -version = "0.5.0-dev" +version = "0.5.0" [dependencies] futures-util = "0.3" diff --git a/protocol/Cargo.toml-e b/protocol/Cargo.toml-e index b58ebcbe..ec2496c6 100644 --- a/protocol/Cargo.toml-e +++ b/protocol/Cargo.toml-e @@ -1,6 +1,6 @@ [package] name = "librespot-protocol" -version = "0.5.0-dev" +version = "0.5.0" rust-version = "1.74" authors = ["Paul LiƩtar "] build = "build.rs"