Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogpan committed Aug 21, 2023
1 parent 1cdb502 commit d42a040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spotify-rs"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "A Rust wrapper for the Spotify API."
readme = "README.md"
Expand All @@ -21,4 +21,4 @@ rand = "0.8"
chrono = { version = "0.4", features = ["serde"] }
oauth2 = "4.4"
thiserror = "1.0"
strum = { version = "0.25", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }

0 comments on commit d42a040

Please sign in to comment.