We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c4101 commit 328234cCopy full SHA for 328234c
3 files changed
lib/jruby_art/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
# A wrapper for version
3
module JRubyArt
4
- VERSION = '1.4.7'.freeze
+ VERSION = '1.4.8'.freeze
5
end
pom.rb
@@ -2,7 +2,7 @@
project 'rp5extras', 'https://github.com/ruby-processing/JRubyArt' do
model_version '4.0.0'
- id 'ruby-processing:rp5extras', '1.4.7'
+ id 'ruby-processing:rp5extras', '1.4.8'
6
packaging 'jar'
7
8
description 'rp5extras for JRubyArt'
vendors/Rakefile
@@ -11,7 +11,7 @@ EOS
11
12
JRUBYC_VERSION = '9.1.16.0'
13
14
-EXAMPLES = '2.9'
+EXAMPLES = '3.0'
15
HOME_DIR = ENV['HOME']
16
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
17
0 commit comments