Skip to content

Commit da87fd3

Browse files
committed
bump version
1 parent 0b2a407 commit da87fd3

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

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

2+
**v0.9.1** Make it easier to load PerlinNoise and SimplexNoise
3+
24
**v0.9.0** Updated maven artifacts, somewhat arbitarily require JRubyArt-1.2+
35

46
**v0.8.0** Use `data_path`

lib/toxiclibs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Toxiclibs
3-
VERSION = '0.9.0'.freeze
3+
VERSION = '0.9.1'.freeze
44
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'toxiclibs' do
22

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

77
description 'toxiclibs-library for JRubyArt'

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.0</version>
14+
<version>0.9.1</version>
1515
<name>toxiclibs</name>
1616
<description>toxiclibs-library for JRubyArt</description>
1717
<organization>
@@ -63,7 +63,7 @@ DO NOT MODIFIY - GENERATED CODE
6363
<dependency>
6464
<groupId>org.processing</groupId>
6565
<artifactId>core</artifactId>
66-
<version>3.1.1</version>
66+
<version>3.2.1</version>
6767
</dependency>
6868
</dependencies>
6969
<build>

toxiclibs.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.extra_rdoc_files = %w{README.md LICENSE.md}
1111
spec.summary = %q{Updated and extended toxiclibs libraries for JRubyArt}
1212
spec.description =<<-EOS
13-
Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.2.0 and processing-3.1.1
13+
Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.2.5 and processing-3.2.1
1414
EOS
1515
spec.licenses = %w{MIT LGPL-3.0}
1616
spec.authors = %w{Karsten\ Schmidt Martin\ Prout}
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222
spec.files << 'lib/joal-2.3.1.jar'
2323
spec.require_paths = ['lib']
2424
spec.add_dependency 'jruby_art', '~> 1.2'
25-
spec.add_development_dependency 'rake', '~> 11.1', '>= 11.1.1'
25+
spec.add_development_dependency 'rake', '~> 11.2', '>= 11.2.2'
2626
end

0 commit comments

Comments
 (0)