Skip to content

Commit 328234c

Browse files
committed
Get ready for next release.
1 parent 47c4101 commit 328234c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

pom.rb

Lines changed: 1 addition & 1 deletion
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.4.7'
5+
id 'ruby-processing:rp5extras', '1.4.8'
66
packaging 'jar'
77

88
description 'rp5extras for JRubyArt'

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EOS
1111

1212
JRUBYC_VERSION = '9.1.16.0'
1313

14-
EXAMPLES = '2.9'
14+
EXAMPLES = '3.0'
1515
HOME_DIR = ENV['HOME']
1616
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
1717

0 commit comments

Comments
 (0)