summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-02 19:35:44 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-02 19:35:44 +0300
commit35681eea84afe1193d464d7d6f9e7bc8bb68b6ce (patch)
tree1277f2465647a92284a890e774e8b315488668b1
parente767a0b6b922f71e3813e269b2c6a1412f15ccd4 (diff)
updated verv0.2.2
-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 2dc529c..6a90e9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -311,7 +311,7 @@ dependencies = [
[[package]]
name = "flac-reencoder"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 1e321a0..b5a75b0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flac-reencoder"
-version = "0.2.1"
+version = "0.2.2"
edition = "2024"
repository = "https://github.com/justjakka/reencoder/"
license = "BSD-3-Clause"