Skip to content

Commit d485864

Browse files
committed
bump version
1 parent a48add3 commit d485864

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.9.2
2+
3+
Specify github pages as home
4+
15
### v0.9.1
26

37
Update maven artifacts

lib/pbox2d/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# module to give version a namespace
22
module Pbox2d
3-
VERSION = '0.9.1'
3+
VERSION = '0.9.2'
44
end

pbox2d.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
in JRubyArt. Features a polyglot maven build, and also demonstrates how creating
1818
an interface can avoid the need for explicit calls to java reflection."
1919
EOF
20-
spec.homepage = 'https://github.com/ruby-processing/jbox2d'
20+
spec.homepage = 'https://ruby-processing.github.io/jbox2d'
2121
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2222
spec.files << 'lib/box2d.jar'
2323
spec.require_paths = ['lib']

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project 'pbox2d', 'https://github.com/ruby-processing/jbox2d' do
33

44
model_version '4.0.0'
5-
id 'ruby-processing:pbox2d', '0.9.1'
5+
id 'ruby-processing:pbox2d', '0.9.22'
66
packaging 'jar'
77

88
description 'jbox2d for JRubyArt'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>ruby-processing</groupId>
1313
<artifactId>pbox2d</artifactId>
14-
<version>0.9.1</version>
14+
<version>0.9.22</version>
1515
<name>pbox2d</name>
1616
<description>jbox2d for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/jbox2d</url>

0 commit comments

Comments
 (0)