diff options
author | Vika <vika@fireburn.ru> | 2024-09-04 22:24:11 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-09-04 22:24:11 +0300 |
commit | ebd6706dff313c711a24231c8fe510d270295826 (patch) | |
tree | 8dd3c992df3a89686ccbc8984d4ca724d529ef55 /Cargo.toml | |
parent | 406509dc549cb58d788a3dbd5572f28008c84546 (diff) | |
download | bowl-1.0.0.tar.zst |
Bump version to 1.0.0 v1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index b1e2933..e7f3ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bowl" -version = "0.1.0" +version = "1.0.0" authors = ["Vika <vika@fireburn.ru>"] license = "AGPL-3.0-only" edition = "2021" |