diff --git a/Cargo.toml b/Cargo.toml index ed8a0715..67a655b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fits_web_ql" -version = "4.1.1" +version = "4.1.2" authors = ["jvo203 "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index 42357e04..6b6b07d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2228,8 +2228,8 @@ lazy_static! { #[cfg(feature = "server")] static LOG_DIRECTORY: &'static str = "LOGS"; -static SERVER_STRING: &'static str = "FITSWebQL v4.1.1"; -static VERSION_STRING: &'static str = "SV2019-02-05.0"; +static SERVER_STRING: &'static str = "FITSWebQL v4.1.2"; +static VERSION_STRING: &'static str = "SV2019-02-07.0"; static WASM_STRING: &'static str = "WASM2018-12-17.0"; #[cfg(not(feature = "server"))]