From af2ac5121caac9ea9950085aa8ea8355a1b67526 Mon Sep 17 00:00:00 2001 From: khang Date: Wed, 18 Sep 2024 00:02:51 -0400 Subject: [PATCH] bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fda9005..aa261cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,7 +1827,7 @@ checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" [[package]] name = "gchimp" -version = "0.1.0" +version = "0.2.0" dependencies = [ "arboard", "bsp", diff --git a/Cargo.toml b/Cargo.toml index 22e1a7e..d883673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gchimp" authors = [ "Lê Hàn Minh Khang (Khang Le) " ] -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html