diff --git a/Cargo.lock b/Cargo.lock index 5547109..99f3164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ dependencies = [ [[package]] name = "gboxide" -version = "0.2.0" +version = "0.2.1" 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 842ceb2..94f22d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gboxide" -version = "0.2.0" +version = "0.2.1" description = "A GameBoy Emulator written in Rust" authors = ["StarlitGhost "] edition = "2018"