diff --git a/Cargo.lock b/Cargo.lock index 0df7c31..a1fe839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "25.1.0" +version = "25.1.1" dependencies = [ "aes-gcm", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 3924d1b..0b5c837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "25.1.0" +version = "25.1.1" authors = ["Ricky Kresslein "] description = "Track your time without being tracked." license = "GPL-3.0-or-later" diff --git a/VERSION b/VERSION index 8493bb2..c6abb3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.1.0 \ No newline at end of file +25.1.1 \ No newline at end of file