diff --git a/Cargo.lock b/Cargo.lock index a0f1126..f50f322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -853,7 +853,7 @@ dependencies = [ [[package]] name = "kosync-rs" -version = "0.1.0" +version = "2.1.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index e1b85a3..98a5108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kosync-rs" -version = "0.1.0" +version = "2.1.1" edition = "2021" license = "AGPL-3.0-or-later" description = "Self-contained KOReader sync server compatible with koreader-sync-server"