summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5036456..e95ecfc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1451,7 +1451,7 @@ dependencies = [
[[package]]
name = "somafm"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"inquire",
"reqwest",
diff --git a/Cargo.toml b/Cargo.toml
index 996899e..aafc8c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "somafm"
description = "A Rust-based command line player for SomaFM radio"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Yuval Adam <_@yuv.al>"]
edition = "2021"
license = "MIT"