Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Mar 2, 2019
1 parent 5268624 commit b814d01
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**v1.6.4** Fix glitch on loading jruby-complete, warn if not using JDK8 improved ColorGroup

**v1.6.3** Update to jruby-complete-9.2.6.0 and processing-3.5.3

**v1.6.2** Update to jruby-complete-9.2.4.0.
Expand Down
2 changes: 1 addition & 1 deletion jruby_art.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.10'
spec.requirements << 'A decent graphics card'
spec.requirements << 'java runtime >= 1.8.0_171+'
spec.requirements << 'processing = 3.4'
spec.requirements << 'processing = 3.5.3'
end
2 changes: 1 addition & 1 deletion lib/jruby_art/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
# A wrapper for version
module JRubyArt
VERSION = '1.6.3'.freeze
VERSION = '1.6.4'.freeze
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do

model_version '4.0.0'
id 'ruby-processing:rp5extras', '1.6.3'
id 'ruby-processing:rp5extras', '1.6.4'
packaging 'jar'

description 'rp5extras for JRubyArt'
Expand Down
2 changes: 1 addition & 1 deletion 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>rp5extras</artifactId>
<version>1.6.3</version>
<version>1.6.4</version>
<name>rp5extras</name>
<description>rp5extras for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down

0 comments on commit b814d01

Please sign in to comment.