aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-07-16 09:01:33 +0100
committertslil <tslil@posteo.de>2026-07-16 09:09:13 +0100
commit4b912fbb21eff1fd8b7178619a402fbd4dacebfd (patch)
treeeabd15ac1740b6e38a3794aca03ba93b68319de6 /Cargo.toml
parent322271f3d322bc25c30ebe936c7428f1b0df479d (diff)
add version to stateHEADmain
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 762f2d5..27c2bb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mood"
-version = "0.5.0"
+version = "0.6.0"
description = "A music player governed by your moods."
edition = "2024"
license = "GPL-3.0-or-later"