From 20cdad63bfecddc922526e52589560fde9729503 Mon Sep 17 00:00:00 2001 From: StarlitGhost <36834781+StarlitGhost@users.noreply.github.com> Date: Thu, 7 Nov 2019 16:13:55 +0000 Subject: [PATCH] [Cargo] bump the version number to 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99f3164..b550dab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ dependencies = [ [[package]] name = "gboxide" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bitfield 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 94f22d1..6dd55c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gboxide" -version = "0.2.1" +version = "0.2.2" description = "A GameBoy Emulator written in Rust" authors = ["StarlitGhost "] edition = "2018"