diff --git a/CHANGELOG.md b/CHANGELOG.md index 509b6bb9cfa9feda6b6b326ea50bd6322d046115..a70ff91541a4ca0081ab6c59bf37ab2c2328a209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +* + +## [0.4.2] - 2022-11-09 + +### Fixed + * Arrow keys usage for on-screen gamepad * Wrong UX for keyboard focus and fullscreen diff --git a/Cargo.toml b/Cargo.toml index fda46c6004ff25d43384067fad3f1b56f5af0d79..39618c7d8cd69da2070da6ea6eb24d2b1a6363f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "boytacean" description = "A Game Boy emulator that is written in Rust." -version = "0.4.1" +version = "0.4.2" authors = ["João Magalhães <joamag@gmail.com>"] license = "Apache-2.0" repository = "https://gitlab.stage.hive.pt/joamag/boytacean" diff --git a/examples/sdl/Cargo.toml b/examples/sdl/Cargo.toml index ed2ae54d57afa13e4df15ed26ac841567cc95d73..134f97f0c9105722571ba9e128fce4d4c4db1e3e 100644 --- a/examples/sdl/Cargo.toml +++ b/examples/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.4.1" +version = "0.4.2" authors = ["João Magalhães <joamag@gmail.com>"] description = "Game Boy Emulator SDL (Desktop) Application" license = "Apache-2.0" diff --git a/examples/web/package.json b/examples/web/package.json index da7ea87072bc57e228782b75098f250e9cbd07b4..a16a5149e41fd43e7033350794d4e0e2d65a7a48 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.4.1", + "version": "0.4.2", "description": "The web version of Boytacean", "repository": { "type": "git",