File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
# A wrapper for version
3
3
module JRubyArt
4
- VERSION = '1.4.0.pre ' . freeze
4
+ VERSION = '1.4.0' . freeze
5
5
end
Original file line number Diff line number Diff line change 2
2
project 'rp5extras' , 'https://github.com/ruby-processing/JRubyArt' do
3
3
4
4
model_version '4.0.0'
5
- id 'ruby-processing:rp5extras' , '1.4.0.pre '
5
+ id 'ruby-processing:rp5extras' , '1.4.0'
6
6
packaging 'jar'
7
7
8
8
description 'rp5extras for JRubyArt'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >ruby-processing</groupId >
13
13
<artifactId >rp5extras</artifactId >
14
- <version >1.4.0.pre </version >
14
+ <version >1.4.0</version >
15
15
<name >rp5extras</name >
16
16
<description >rp5extras for JRubyArt</description >
17
17
<url >https://github.com/ruby-processing/JRubyArt</url >
Original file line number Diff line number Diff line change 11
11
12
12
JRUBYC_VERSION = '9.1.12.0'
13
13
14
- EXAMPLES = '2.3 '
14
+ EXAMPLES = '2.4 '
15
15
HOME_DIR = ENV [ 'HOME' ]
16
16
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig ::CONFIG [ 'host_os' ]
17
17
You can’t perform that action at this time.
0 commit comments