Skip to content

Commit eb8a67c

Browse files
committed
tuning
1 parent b0454c0 commit eb8a67c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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)
12

23
**v1.1.1** Left out GLASS from fill type switch easily fixed thought
34

lib/joonsrenderer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JoonsRenderer
2-
VERSION = '1.1.1'
2+
VERSION = '1.1.2'
33
end

pom.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
project 'joonsrenderer' do
33

44
model_version '4.0.0'
5-
id 'joons:joonsrenderer:1.1.1'
5+
id 'joons:joonsrenderer:1.1.2'
66
packaging 'jar'
77
description 'joonsrenderer for propane and JRubyArt'
88
organization 'ruby-processing', 'https://ruby-processing.github.io'
9-
{ 'fpsunflower' => 'Christopher Kulla', 'geneome' => 'Not Known', 'joonhyublee' => 'Joon Hyub Lee', 'monkstone' => 'Martin Prout' }.each do |key, value|
9+
{ 'fpsunflower' => 'Christopher Kulla', 'geneome' => 'Eugene Reilly', 'joonhyublee' => 'Joon Hyub Lee', 'monkstone' => 'Martin Prout' }.each do |key, value|
1010
developer key do
1111
name value
1212
roles 'developer'

0 commit comments

Comments
 (0)