Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sacckey committed Dec 25, 2024
1 parent 0759a71 commit 9bf2641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [1.4.1] - 2024-12-25

- PPU performance optimization through data caching and pixel format changes

## [1.4.0] - 2024-09-29

- Works on browser using ruby.wasm
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubyboy (1.4.0)
rubyboy (1.4.1)
ffi (~> 1.16, >= 1.16.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rubyboy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Rubyboy
VERSION = '1.4.0'
VERSION = '1.4.1'
end

0 comments on commit 9bf2641

Please sign in to comment.