summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 15:30:20 +0200
committerYuval Adam <_@yuv.al>2024-05-31 15:32:26 +0200
commitea0acfda17f94b88fa71218be7b3cd4736736698 (patch)
tree4e29392c80ed37bc566bac9178047ee3756b876d /Cargo.toml
parentef5668b85f6bf79fdd01ce98a010d593d2a5ea11 (diff)
Finalize rodio backend implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a70353..996899e 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.2.0"
+version = "0.3.0"
authors = ["Yuval Adam <_@yuv.al>"]
edition = "2021"
license = "MIT"