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