Skip to content

Commit c25bf10

Browse files
committed
bump version
1 parent eb8a67c commit c25bf10

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
**v1.1.2** Use sunflow.util.FloatList and IntList, netbeans profiling suggest it is worth doing (there is a vanilla processing alternative, with a different interface)
1+
**v1.1.3** Bump for processing-3.3.4
2+
3+
**v1.1.2** Use sunflow.util.FloatList and IntList, netbeans profiling suggest it is worth doing (there is a vanilla processing alternative, with a different interface)
24

35
**v1.1.1** Left out GLASS from fill type switch easily fixed thought
46

lib/joonsrenderer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JoonsRenderer
2-
VERSION = '1.1.2'
2+
VERSION = '1.1.3'
33
end

pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project 'joonsrenderer' do
33

44
model_version '4.0.0'
5-
id 'joons:joonsrenderer:1.1.2'
5+
id 'joons:joonsrenderer:1.1.3'
66
packaging 'jar'
77
description 'joonsrenderer for propane and JRubyArt'
88
organization 'ruby-processing', 'https://ruby-processing.github.io'
@@ -23,7 +23,7 @@
2323
'maven.compiler.target' => '1.8',
2424
'janino.version' => '3.0.6',
2525
'jogl.version' => '2.3.2',
26-
'processing.version' => '3.2.3'
26+
'processing.version' => '3.3.4'
2727
)
2828

2929
jar 'org.processing:core:${processing.version}'

pom.xml

Lines changed: 3 additions & 3 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>joons</groupId>
1313
<artifactId>joonsrenderer</artifactId>
14-
<version>1.1.1</version>
14+
<version>1.1.3</version>
1515
<name>joonsrenderer</name>
1616
<description>joonsrenderer for propane and JRubyArt</description>
1717
<organization>
@@ -34,7 +34,7 @@ DO NOT MODIFIY - GENERATED CODE
3434
</developer>
3535
<developer>
3636
<id>geneome</id>
37-
<name>Not Known</name>
37+
<name>Eugene Reilly</name>
3838
<roles>
3939
<role>developer</role>
4040
</roles>
@@ -63,7 +63,7 @@ DO NOT MODIFIY - GENERATED CODE
6363
<source.directory>src</source.directory>
6464
<joonsrenderer.basedir>${project.basedir}</joonsrenderer.basedir>
6565
<maven.compiler.target>1.8</maven.compiler.target>
66-
<processing.version>3.2.3</processing.version>
66+
<processing.version>3.3.4</processing.version>
6767
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
6868
<janino.version>3.0.6</janino.version>
6969
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>

0 commit comments

Comments
 (0)