From f9315a5d4e25c39fd3b75ff36fc568015b780508 Mon Sep 17 00:00:00 2001 From: Codex Date: Fri, 12 Jun 2026 09:58:45 +0000 Subject: [PATCH] Align version with upstream kosync --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"