diff --git a/Cargo.lock b/Cargo.lock index 9cf2ae1..9911efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "daisycalc" -version = "1.1.1" +version = "1.1.2" dependencies = [ "cfg-if", "num", diff --git a/Cargo.toml b/Cargo.toml index ab23e32..04c8119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daisycalc" -version = "1.1.1" +version = "1.1.2" edition = "2021" build = "buildscript/main.rs" license = "GPL-3.0-only" diff --git a/README.md b/README.md index 9d7c662..4f0943f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A high-precision scientific calculator with support for units, derivatives, and Many features are missing, this is still under development. -**Web demo: [here](daisy.betalupi.com)** +**Web demo: [here](https://daisy.betalupi.com) (won't work on mobile)** # 📦 Installation - **Cargo:** `cargo install daisycalc` diff --git a/TODO.md b/TODO.md index ef9106d..41380a6 100644 --- a/TODO.md +++ b/TODO.md @@ -9,6 +9,8 @@ - cargo publish - Update packages - Build wasm & push changes + - Squash merge + - Update AUR package ## Pre-release diff --git a/site/index.html b/site/index.html index e10b735..78e2766 100644 --- a/site/index.html +++ b/site/index.html @@ -22,7 +22,6 @@ margin: 0; padding: 0; - overflow: hidden; height: 100vh; }