Skip to content

Commit c60b304

Browse files
sharkdpDavid Peter
authored andcommitted
Bump version to v1.13.0
1 parent 9073f19 commit c60b304

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book/src/cli-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Download the latest `.deb` package from [the release page](https://github.com/sh
1212
and install it via `dpkg`. For example:
1313

1414
``` bash
15-
curl -LO https://github.com/sharkdp/numbat/releases/download/v1.12.0/numbat_1.12.0_amd64.deb
16-
sudo dpkg -i numbat_1.12.0_amd64.deb
15+
curl -LO https://github.com/sharkdp/numbat/releases/download/v1.13.0/numbat_1.13.0_amd64.deb
16+
sudo dpkg -i numbat_1.13.0_amd64.deb
1717
```
1818

1919
Alternatively, if you want automatic updates, you can use a community-maintained [Numbat PPA](https://launchpad.net/~apandada1/+archive/ubuntu/numbat). The PPA only hosts packages for the `amd64`/`x86_64` architecture.

numbat-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["command-line-utilities", "science", "mathematics", "compilers"]
66
keywords = ["language", "compiler", "physics", "units", "calculation"]
77
homepage = "https://numbat.dev/"
88
repository = "https://github.com/sharkdp/numbat"
9-
version = "1.12.0"
9+
version = "1.13.0"
1010
edition = "2021"
1111
license = "MIT OR Apache-2.0"
1212
readme = "../README.md"
@@ -16,7 +16,7 @@ rust-version = "1.70"
1616
anyhow = "1"
1717
rustyline = { version = "13", features = ["derive"] }
1818
dirs = "5"
19-
numbat = { version = "1.12.0", path = "../numbat" }
19+
numbat = { version = "1.13.0", path = "../numbat" }
2020
colored = "2"
2121
itertools = "0.12"
2222
toml = { version = "0.8.8", features = ["parse"] }

numbat-wasm/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numbat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["science", "mathematics", "compilers"]
66
keywords = ["language", "compiler", "physics", "units", "calculation"]
77
homepage = "https://numbat.dev/"
88
repository = "https://github.com/sharkdp/numbat"
9-
version = "1.12.0"
9+
version = "1.13.0"
1010
edition = "2021"
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"

0 commit comments

Comments
 (0)