diff options
-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', ) |