Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Feb 12, 2024
1 parent 48cf498 commit 7a354f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions book/src/cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions numbat-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion numbat-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion numbat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a354f3

Please sign in to comment.