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)] diff --git a/little-hesinde/static/favicon.ico b/little-hesinde/static/favicon.ico new file mode 100644 index 0000000..a502c76 Binary files /dev/null and b/little-hesinde/static/favicon.ico differ diff --git a/little-hesinde/templates/base.html b/little-hesinde/templates/base.html index e854e15..799b439 100644 --- a/little-hesinde/templates/base.html +++ b/little-hesinde/templates/base.html @@ -4,6 +4,7 @@ + Little Hesinde