Skip to content

Commit f89505b

Browse files
committed
bump version
1 parent 45e6ea9 commit f89505b

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>io.takari.polyglot</groupId>
55
<artifactId>polyglot-ruby</artifactId>
6-
<version>0.1.18</version>
6+
<version>0.2.0</version>
77
</extension>
88
</extensions>

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: ruby
22
sudo: false
33

44
rvm:
5-
- jruby-9.1.8.0
5+
- jruby-9.1.12.0
66
jdk:
77
- oraclejdk8
88
os:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v 1.0.3
2+
Update to latest processing-3.3.5
3+
14
### v1.0.2
25
Update to latest processing-3.3.4
36

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
pom 'org.jruby:jruby:9.1.12.0'
38-
jar 'org.processing:core:3.3.4'
38+
jar 'org.processing:core:3.3.5'
3939

4040
plugin_management do
4141
plugin :resources, '2.6'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ DO NOT MODIFIY - GENERATED CODE
6262
<dependency>
6363
<groupId>org.processing</groupId>
6464
<artifactId>core</artifactId>
65-
<version>3.3.4</version>
65+
<version>3.3.5</version>
6666
</dependency>
6767
</dependencies>
6868
<build>

0 commit comments

Comments
 (0)