From 21abd734ce5e6caf9cfc5cf7f18b7af1ca097469 Mon Sep 17 00:00:00 2001 From: phil-accelbyte <225106921+phil-accelbyte@users.noreply.github.com> Date: Tue, 12 May 2026 21:55:55 +0800 Subject: [PATCH] chore(release): prepare v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"