Skip to content

Commit 7d6ded8

Browse files
committed
getting ready for possible release
1 parent 192319b commit 7d6ded8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**v1.2.9** Grid method now in java (and corrected for step greater than 1)
1+
**v1.2.9** Grid method now in java (and corrected for step greater than 1). Update to processing-3.3
22

33
**v1.2.8** Properly implement post-initialize (it might be useful). Refactor Sketchbook and OS. Update to processing-3.2.4, if you have not updated samples for a while you should now.
44

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
pom 'org.jruby:jruby:9.1.7.0'
36-
jar 'org.processing:core:3.2.4'
36+
jar 'org.processing:core:3.3.0'
3737
jar 'org.processing:video:3.0.2'
3838
plugin_management do
3939
plugin :resources, '2.6'

pom.xml

Lines changed: 2 additions & 2 deletions
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>rp5extras</artifactId>
14-
<version>1.2.8</version>
14+
<version>1.2.9</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -56,7 +56,7 @@ DO NOT MODIFIY - GENERATED CODE
5656
<dependency>
5757
<groupId>org.processing</groupId>
5858
<artifactId>core</artifactId>
59-
<version>3.2.4</version>
59+
<version>3.3.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.processing</groupId>

0 commit comments

Comments
 (0)