Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Oct 28, 2016
1 parent 0b2a407 commit da87fd3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

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

**v0.9.0** Updated maven artifacts, somewhat arbitarily require JRubyArt-1.2+

**v0.8.0** Use `data_path`
Expand Down
2 changes: 1 addition & 1 deletion lib/toxiclibs/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Toxiclibs
VERSION = '0.9.0'.freeze
VERSION = '0.9.1'.freeze
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project 'toxiclibs' do

model_version '4.0.0'
id 'ruby-processing:toxiclibs:0.9.0'
id 'ruby-processing:toxiclibs:0.9.1'
packaging 'jar'

description 'toxiclibs-library for JRubyArt'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>toxiclibs</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
<name>toxiclibs</name>
<description>toxiclibs-library for JRubyArt</description>
<organization>
Expand Down Expand Up @@ -63,7 +63,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.processing</groupId>
<artifactId>core</artifactId>
<version>3.1.1</version>
<version>3.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions toxiclibs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = %w{README.md LICENSE.md}
spec.summary = %q{Updated and extended toxiclibs libraries for JRubyArt}
spec.description =<<-EOS
Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.2.0 and processing-3.1.1
Toxiclibs java libraries wrapped in a rubygem. Compiled and tested with JRubyArt-1.2.5 and processing-3.2.1
EOS
spec.licenses = %w{MIT LGPL-3.0}
spec.authors = %w{Karsten\ Schmidt Martin\ Prout}
Expand All @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.files << 'lib/joal-2.3.1.jar'
spec.require_paths = ['lib']
spec.add_dependency 'jruby_art', '~> 1.2'
spec.add_development_dependency 'rake', '~> 11.1', '>= 11.1.1'
spec.add_development_dependency 'rake', '~> 11.2', '>= 11.2.2'
end

0 comments on commit da87fd3

Please sign in to comment.