Skip to content

Commit b814d01

Browse files
committed
Bump version
1 parent 5268624 commit b814d01

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**v1.6.4** Fix glitch on loading jruby-complete, warn if not using JDK8 improved ColorGroup
2+
13
**v1.6.3** Update to jruby-complete-9.2.6.0 and processing-3.5.3
24

35
**v1.6.2** Update to jruby-complete-9.2.4.0.

jruby_art.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.add_development_dependency 'minitest', '~> 5.10'
3131
spec.requirements << 'A decent graphics card'
3232
spec.requirements << 'java runtime >= 1.8.0_171+'
33-
spec.requirements << 'processing = 3.4'
33+
spec.requirements << 'processing = 3.5.3'
3434
end

lib/jruby_art/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
# A wrapper for version
33
module JRubyArt
4-
VERSION = '1.6.3'.freeze
4+
VERSION = '1.6.4'.freeze
55
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do
33

44
model_version '4.0.0'
5-
id 'ruby-processing:rp5extras', '1.6.3'
5+
id 'ruby-processing:rp5extras', '1.6.4'
66
packaging 'jar'
77

88
description 'rp5extras for JRubyArt'

pom.xml

Lines changed: 1 addition & 1 deletion
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>rp5extras</artifactId>
14-
<version>1.6.3</version>
14+
<version>1.6.4</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>

0 commit comments

Comments
 (0)