From 7a354f323144868bc9cc36e8f513911acdd92d4f Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 12 Feb 2024 21:10:22 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 4 ++-- book/src/cli-installation.md | 4 ++-- numbat-cli/Cargo.toml | 4 ++-- numbat-wasm/Cargo.lock | 2 +- numbat/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcf02c45..dfdebce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,7 +856,7 @@ dependencies = [ [[package]] name = "numbat" -version = "1.10.0" +version = "1.10.1" dependencies = [ "approx", "chrono", @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "numbat-cli" -version = "1.10.0" +version = "1.10.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/book/src/cli-installation.md b/book/src/cli-installation.md index 0c3fd593..d5b5dae1 100644 --- a/book/src/cli-installation.md +++ b/book/src/cli-installation.md @@ -10,8 +10,8 @@ Download the latest `.deb` package from [the release page](https://github.com/sh and install it via `dpkg`. For example: ``` bash -curl -LO https://github.com/sharkdp/numbat/releases/download/v1.10.0/numbat_1.10.0_amd64.deb -sudo dpkg -i numbat_1.10.0_amd64.deb +curl -LO https://github.com/sharkdp/numbat/releases/download/v1.10.1/numbat_1.10.1_amd64.deb +sudo dpkg -i numbat_1.10.1_amd64.deb ``` ### Arch Linux diff --git a/numbat-cli/Cargo.toml b/numbat-cli/Cargo.toml index c5fdb26b..24fb5d4d 100644 --- a/numbat-cli/Cargo.toml +++ b/numbat-cli/Cargo.toml @@ -6,7 +6,7 @@ categories = ["command-line-utilities", "science", "mathematics", "compilers"] keywords = ["language", "compiler", "physics", "units", "calculation"] homepage = "https://numbat.dev/" repository = "https://github.com/sharkdp/numbat" -version = "1.10.0" +version = "1.10.1" edition = "2021" license = "MIT OR Apache-2.0" readme = "../README.md" @@ -16,7 +16,7 @@ rust-version = "1.70" anyhow = "1" rustyline = { version = "13", features = ["derive"] } dirs = "5" -numbat = { version = "1.10.0", path = "../numbat" } +numbat = { version = "1.10.1", path = "../numbat" } colored = "2" itertools = "0.12" toml = { version = "0.8.8", features = ["parse"] } diff --git a/numbat-wasm/Cargo.lock b/numbat-wasm/Cargo.lock index 0a5822ba..8dfe6eee 100644 --- a/numbat-wasm/Cargo.lock +++ b/numbat-wasm/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "numbat" -version = "1.10.0" +version = "1.10.1" dependencies = [ "chrono", "chrono-tz", diff --git a/numbat/Cargo.toml b/numbat/Cargo.toml index 825a4198..51682346 100644 --- a/numbat/Cargo.toml +++ b/numbat/Cargo.toml @@ -6,7 +6,7 @@ categories = ["science", "mathematics", "compilers"] keywords = ["language", "compiler", "physics", "units", "calculation"] homepage = "https://numbat.dev/" repository = "https://github.com/sharkdp/numbat" -version = "1.10.0" +version = "1.10.1" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"