prepare 0.1.2 release
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1s

This commit is contained in:
Sebastian Hugentobler 2024-05-11 14:08:02 +02:00
parent f4ee1c19ec
commit 248387b355
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -889,7 +889,7 @@ dependencies = [
[[package]]
name = "little-hesinde"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"calibre-db",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "little-hesinde"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }

View File

@ -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)]