Skip to content

Commit f68e85e

Browse files
committed
bump/correct versions
1 parent 9a1a1d1 commit f68e85e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

jruby_art.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency 'rake', '~> 12'
3030
spec.add_development_dependency 'minitest', '~> 5.10'
3131
spec.requirements << 'A decent graphics card'
32-
spec.requirements << 'java runtime >= 1.8.0_121+'
33-
spec.requirements << 'processing = 3.3.3'
32+
spec.requirements << 'java runtime >= 1.8.0_131+'
33+
spec.requirements << 'processing = 3.3.4'
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.3.3'.freeze
4+
VERSION = '1.3.2'.freeze
55
end

pom.rb

Lines changed: 3 additions & 3 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.3.3'
5+
id 'ruby-processing:rp5extras', '1.3.2'
66
packaging 'jar'
77

88
description 'rp5extras for JRubyArt'
@@ -32,8 +32,8 @@
3232
'jruby.api' => 'http://jruby.org/apidocs/'
3333
)
3434

35-
pom 'org.jruby:jruby:9.1.8.0'
36-
jar 'org.processing:core:3.3.3'
35+
pom 'org.jruby:jruby:9.1.10.0'
36+
jar 'org.processing:core:3.3.4'
3737
jar 'org.processing:video:3.0.2'
3838
plugin_management do
3939
plugin :resources, '2.6'

pom.xml

Lines changed: 3 additions & 3 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>rp5extras</artifactId>
14-
<version>1.3.3</version>
14+
<version>1.3.2</version>
1515
<name>rp5extras</name>
1616
<description>rp5extras for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>
@@ -50,13 +50,13 @@ DO NOT MODIFIY - GENERATED CODE
5050
<dependency>
5151
<groupId>org.jruby</groupId>
5252
<artifactId>jruby</artifactId>
53-
<version>9.1.8.0</version>
53+
<version>9.1.10.0</version>
5454
<type>pom</type>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.processing</groupId>
5858
<artifactId>core</artifactId>
59-
<version>3.3.3</version>
59+
<version>3.3.4</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.processing</groupId>

0 commit comments

Comments
 (0)