Skip to content

Commit 43c709a

Browse files
committed
bump versions
1 parent 77194aa commit 43c709a

File tree

7 files changed

+7
-10
lines changed

7 files changed

+7
-10
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: ruby
2-
sudo: false
32
dist: trusty
43

54
rvm:
6-
- jruby-9.2.4.0
5+
- jruby-9.2.6.0
76
jdk:
87
- oraclejdk8
98
os:

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
**v1.6.4** Amended vendors/Rakefile
2-
3-
**v1.6.3** Update to jruby-complete-9.2.5.0.
1+
**v1.6.3** Update to jruby-complete-9.2.6.0 and processing-3.5.3
42

53
**v1.6.2** Update to jruby-complete-9.2.4.0.
64

lib/jruby_art/installer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22

33
require 'yaml'
4-
VERSION = '3.4'.freeze # processing version
4+
VERSION = '3.5.3'.freeze # processing version
55
HOME = ENV['HOME']
66
# Abstract Installer class
77
class Installer

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.4'.freeze
4+
VERSION = '1.6.3'.freeze
55
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'jruby.api' => 'http://jruby.org/apidocs/'
3333
)
3434

35-
pom 'org.jruby:jruby:9.2.5.0'
35+
pom 'org.jruby:jruby:9.2.6.0'
3636
jar 'org.processing:core:3.3.7'
3737
jar 'org.processing:video:3.0.2'
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DO NOT MODIFIY - GENERATED CODE
5050
<dependency>
5151
<groupId>org.jruby</groupId>
5252
<artifactId>jruby</artifactId>
53-
<version>9.2.5.0</version>
53+
<version>9.2.6.0</version>
5454
<type>pom</type>
5555
</dependency>
5656
<dependency>

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WARNING = <<-WARN.freeze
88
99
WARN
1010

11-
JRUBYC_VERSION = '9.2.5.0'.freeze
11+
JRUBYC_VERSION = '9.2.6.0'.freeze
1212

1313
EXAMPLES = '3.2'.freeze
1414
HOME_DIR = ENV['HOME']

0 commit comments

Comments
 (0)