Skip to content

Commit f6d9c99

Browse files
committed
update processing version
1 parent ad5cd9c commit f6d9c99

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
**v0.9.3** Bump processing version to processing-3.3.2.
3+
24
**v0.9.2** Bump processing version, add `to_ruby_string` method to `ColorList` see examples, allow use of `TColor` without `Toxi` prefix. Removed audio.
35

46
**v0.9.1** Make it easier to load PerlinNoise and SimplexNoise

lib/toxiclibs/version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
# wrapper to give version a meaningful name
23
module Toxiclibs
3-
VERSION = '0.9.2'.freeze
4+
VERSION = '0.9.3'.freeze
45
end

pom.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
project 'toxiclibs' do
22

33
model_version '4.0.0'
4-
id 'ruby-processing:toxiclibs:0.9.2'
4+
id 'ruby-processing:toxiclibs:0.9.3'
55
packaging 'jar'
66

77
description 'toxiclibs-library for JRubyArt'
8-
8+
99
organization 'ruby-processing', 'https://ruby-processing.github.io'
1010

1111
developer 'monkstone' do
1212
name 'Martin Prout'
1313
email 'mamba2928@yahoo.co.uk'
14-
roles 'developer'
14+
roles 'developer'
1515
end
1616

1717
license 'LGPL 2', 'http://www.gnu.org/licenses/lgpl-2.1-standalone.html'
@@ -29,7 +29,7 @@
2929
)
3030

3131
jar 'args4j:args4j:2.0.31'
32-
jar 'org.processing:core:3.3.0'
32+
jar 'org.processing:core:3.3.2'
3333

3434
plugin( :compiler, '3.5.1',
3535
'source' => '1.8',

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>toxiclibs</artifactId>
14-
<version>0.9.2</version>
14+
<version>0.9.3</version>
1515
<name>toxiclibs</name>
1616
<description>toxiclibs-library for JRubyArt</description>
1717
<organization>
@@ -58,7 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
5858
<dependency>
5959
<groupId>org.processing</groupId>
6060
<artifactId>core</artifactId>
61-
<version>3.3.0</version>
61+
<version>3.3.2</version>
6262
</dependency>
6363
</dependencies>
6464
<build>

0 commit comments

Comments
 (0)