diff options
author | Vika <vika@fireburn.ru> | 2025-02-19 23:37:17 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-02-24 04:40:48 +0300 |
commit | 099af8a00b9de7b9d32ac8dd131f9d5e30d8e79a (patch) | |
tree | 783ab15292c78f9cf09bab081ccac740af08b3ba | |
parent | f55c27b2b5dfa10ca813e55d6e7e8b52195056d9 (diff) | |
download | bowl-099af8a00b9de7b9d32ac8dd131f9d5e30d8e79a.tar.zst |
Release v1.2.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9b4b163..58cb500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "bowl" -version = "1.1.0" +version = "1.2.0" dependencies = [ "futures", "gettext-rs", diff --git a/Cargo.toml b/Cargo.toml index 00f6bb7..7b76f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bowl" -version = "1.1.0" +version = "1.2.0" authors = ["Vika <vika@fireburn.ru>"] license = "AGPL-3.0-only" edition = "2021" diff --git a/meson.build b/meson.build index 1e57bd9..58b3eb0 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bowl', 'rust', - version: '1.0.1', + version: '1.2.0', meson_version: '>= 1.1', license: 'AGPLv3', ) |