From 248387b355e603bd79b92ce0a81d91f2fd7dc8e5 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 11 May 2024 14:08:02 +0200 Subject: [PATCH] prepare 0.1.2 release --- 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 5b2fe85..c937435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,7 +889,7 @@ dependencies = [ [[package]] name = "little-hesinde" -version = "0.1.1" +version = "0.1.2" dependencies = [ "calibre-db", "clap", diff --git a/little-hesinde/Cargo.toml b/little-hesinde/Cargo.toml index ad625f6..15e1c97 100644 --- a/little-hesinde/Cargo.toml +++ b/little-hesinde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "little-hesinde" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = { workspace = true } authors = { workspace = true } diff --git a/little-hesinde/src/lib.rs b/little-hesinde/src/lib.rs index 89b9394..f28b0ec 100644 --- a/little-hesinde/src/lib.rs +++ b/little-hesinde/src/lib.rs @@ -71,7 +71,7 @@ pub mod opds { pub mod templates; pub const APP_NAME: &str = "little-hesinde"; -pub const VERSION: &str = "0.1.1"; +pub const VERSION: &str = "0.1.2"; /// Internal marker data in lieu of a proper `Accept` header. #[derive(Debug, Clone, Copy)]