diff --git a/Cargo.lock b/Cargo.lock index 5910490b..48ff1835 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,7 +1115,7 @@ dependencies = [ [[package]] name = "numbat-cli" -version = "1.13.0" +version = "1.14.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/numbat-cli/Cargo.toml b/numbat-cli/Cargo.toml index 26ac2449..58269336 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.13.0" +version = "1.14.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "../README.md"