From 30c9e090394ceafed5c436f755f056941f2f58b6 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 27 Jun 2024 10:58:39 +0200 Subject: [PATCH] prepare 0.3.1 --- Cargo.lock | 2 +- little-hesinde/Cargo.toml | 2 +- little-hesinde/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cf885a..ce4cb86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "little-hesinde" -version = "0.3.0" +version = "0.3.1" dependencies = [ "calibre-db", "clap", diff --git a/little-hesinde/Cargo.toml b/little-hesinde/Cargo.toml index 06a5985..c6ed508 100644 --- a/little-hesinde/Cargo.toml +++ b/little-hesinde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "little-hesinde" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = { workspace = true } authors = { workspace = true } diff --git a/little-hesinde/src/lib.rs b/little-hesinde/src/lib.rs index 3bdc615..0d670b6 100644 --- a/little-hesinde/src/lib.rs +++ b/little-hesinde/src/lib.rs @@ -77,7 +77,7 @@ pub mod opds { pub mod templates; pub const APP_NAME: &str = "little-hesinde"; -pub const VERSION: &str = "0.3.0"; +pub const VERSION: &str = "0.3.1"; /// Internal marker data in lieu of a proper `Accept` header. #[derive(Debug, Clone, Copy)]