Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xordog committed Jul 5, 2024
1 parent 9f24f34 commit 6c055b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# reflex ChangeLog


## [v0.3] - 2024-07-06

- Support Windows


## [v0.2.1] - 2024-07-05

- Use native values for key codes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3
8 changes: 4 additions & 4 deletions reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 3.0.0'

s.add_runtime_dependency 'xot', '~> 0.2.1'
s.add_runtime_dependency 'rucy', '~> 0.2.1'
s.add_runtime_dependency 'beeps', '~> 0.2.1'
s.add_runtime_dependency 'rays', '~> 0.2.1'
s.add_runtime_dependency 'xot', '~> 0.3'
s.add_runtime_dependency 'rucy', '~> 0.3'
s.add_runtime_dependency 'beeps', '~> 0.3'
s.add_runtime_dependency 'rays', '~> 0.3'

s.files = `git ls-files`.split $/
s.executables = s.files.grep(%r{^bin/}) {|f| File.basename f}
Expand Down

0 comments on commit 6c055b4

Please sign in to comment.