diff --git a/Cargo.lock b/Cargo.lock index ce4cb86..4cf885a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "little-hesinde" -version = "0.3.1" +version = "0.3.0" dependencies = [ "calibre-db", "clap", diff --git a/little-hesinde/Cargo.toml b/little-hesinde/Cargo.toml index c6ed508..06a5985 100644 --- a/little-hesinde/Cargo.toml +++ b/little-hesinde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "little-hesinde" -version = "0.3.1" +version = "0.3.0" edition = "2021" license = { workspace = true } authors = { workspace = true } diff --git a/little-hesinde/src/lib.rs b/little-hesinde/src/lib.rs index 0d670b6..3bdc615 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.1"; +pub const VERSION: &str = "0.3.0"; /// 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 deleted file mode 100644 index a502c76..0000000 Binary files a/little-hesinde/static/favicon.ico and /dev/null differ diff --git a/little-hesinde/templates/base.html b/little-hesinde/templates/base.html index 799b439..e854e15 100644 --- a/little-hesinde/templates/base.html +++ b/little-hesinde/templates/base.html @@ -4,7 +4,6 @@ - Little Hesinde