diff --git a/Cargo.lock b/Cargo.lock index e6abe2c..8123b0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "accelbyte-ags-cli" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anstream", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 18c22b2..2727e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "accelbyte-ags-cli" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Unified CLI for AccelByte Gaming Services" license = "MIT"