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 bc7f43b commit c3ac9d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# beeps ChangeLog


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

- Support Windows


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

- Do not delete OpenAL objects after calling OpenAL_fin()
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
4 changes: 2 additions & 2 deletions beeps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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 'xot', '~> 0.3'
s.add_runtime_dependency 'rucy', '~> 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 c3ac9d1

Please sign in to comment.