diff --git a/CHANGELOG.md b/CHANGELOG.md index 492d279961c19d995097410c2c8b52e50ce7f6fd..5db04af3a4674a3e3c38c2da3e2ad22f21d9d643 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.5.4] - 2022-11-15 + +### Fixed + * Critical issue with loading of Boot ROM ## [0.5.3] - 2022-11-15 diff --git a/Cargo.toml b/Cargo.toml index cde3f0425f78dea6ef6e2ec9360173e0455454c6..7c19d0f64eb38d90ecf6f9afdd8b77af2f36ab7b 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.5.3" +version = "0.5.4" authors = ["João Magalhães <joamag@gmail.com>"] license = "Apache-2.0" repository = "https://github.com/joamag/boytacean" diff --git a/examples/sdl/Cargo.toml b/examples/sdl/Cargo.toml index dcbf01361e8683f6356140a2a0d8c4386562d7c6..3eec882c57ef7b4f4934b8eb4c53f48d4f8a161e 100644 --- a/examples/sdl/Cargo.toml +++ b/examples/sdl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boytacean-sdl" -version = "0.5.3" +version = "0.5.4" 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 b30e3815c50a52a6405e55273f5b88c886a2b617..d71ef832eb76477a47ebc1773f1d53cecdc46f57 100644 --- a/examples/web/package.json +++ b/examples/web/package.json @@ -1,6 +1,6 @@ { "name": "boytacean-web", - "version": "0.5.3", + "version": "0.5.4", "description": "The web version of Boytacean", "repository": { "type": "git",