We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ada6d9 commit aadd86eCopy full SHA for aadd86e
2 files changed
lib/pbox2d/version.rb
@@ -1,4 +1,4 @@
1
# module to give version a namespace
2
module Pbox2d
3
- VERSION = '0.9.0'
+ VERSION = '1.0.0'
4
end
pom.rb
@@ -2,7 +2,7 @@
project 'pbox2d', 'https://github.com/ruby-processing/jbox2d' do
model_version '4.0.0'
5
- id 'ruby-processing:pbox2d', '0.9'
+ id 'ruby-processing:pbox2d', '1.0.0'
6
packaging 'jar'
7
8
description 'jbox2d for JRubyArt'
0 commit comments