Skip to content

Commit 74ded96

Browse files
committed
bump version, jruby-9.1.6.0 expected soon
1 parent 5aee2ce commit 74ded96

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**v1.2.6** Update to processing-3.2.3 and jruby-9.1.6.0-complete
12

23
**v1.2.5** Change gemspec description, trying to get people not to ignore changes to documentation?
34

jruby_art.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
3030
spec.add_development_dependency 'rake', '~> 11.2'
3131
spec.add_development_dependency 'minitest', '~> 5.8'
3232
spec.requirements << 'A decent graphics card'
33-
spec.requirements << 'java runtime >= 1.8.0_102+'
33+
spec.requirements << 'java runtime >= 1.8.0_111+'
3434
spec.requirements << 'processing = 3.2.1+'
3535
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.2.5'.freeze
4+
VERSION = '1.2.6'.freeze
55
end

pom.rb

Lines changed: 2 additions & 2 deletions
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.2.5'
5+
id 'ruby-processing:rp5extras', '1.2.6'
66
packaging 'jar'
77

88
description 'rp5extras for JRubyArt'
@@ -33,7 +33,7 @@
3333
)
3434

3535
pom 'org.jruby:jruby:9.1.5.0'
36-
jar 'org.processing:core:3.2.1'
36+
jar 'org.processing:core:3.2.3'
3737
jar 'org.processing:video:3.0.2'
3838
plugin_management do
3939
plugin :resources, '2.6'

0 commit comments

Comments
 (0)