summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-02 14:27:17 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-02 14:27:17 +0300
commit4477f95a1ac95c248b96a2a824961a8cb1fad3e7 (patch)
treefc45b026a0056b5966a77b3370d77be2c0158904 /Cargo.toml
parentb855af7a0a2b8d291867dc26860ea875a0985ff2 (diff)
fixed project versionv0.2.0
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 b45f870..077e7ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flac-reencoder"
-version = "0.1.2"
+version = "0.2.0"
edition = "2024"
repository = "https://github.com/justjakka/reencoder/"
license = "BSD-3-Clause"