Skip to content

Commit 2afcaaf

Browse files
committed
get ready for release
1 parent 105538b commit 2afcaaf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
**v2.4.2** Update to use jruby-complete-9.2.14, regularise video/sound downloadswhen no processing ide.
22

3+
**v2.4.1** Update to use jruby-complete-9.2.13.0
4+
35
**v2.4.1** Update to use jruby-complete-9.2.12.0
46

57
**v2.4.0** Update to use jruby-complete-9.2.11.1 recommended java version AdoptOpenJDK-13+ or Openj9-14+

lib/jruby_art/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# A wrapper for version
44
module JRubyArt
5-
VERSION = '2.4.2'
5+
VERSION = '2.4.3'
66
end

pom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project 'jruby_art', 'https://github.com/ruby-processing/JRubyArt' do
44
model_version '4.0.0'
5-
id 'ruby-processing:jruby_art:2.4.2'
5+
id 'ruby-processing:jruby_art:2.4.3'
66
packaging 'jar'
77

88
description 'Jar for JRubyArt'

pom.xml

+1-1
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>jruby_art</artifactId>
14-
<version>2.4.2</version>
14+
<version>2.4.3</version>
1515
<name>jruby_art</name>
1616
<description>Jar for JRubyArt</description>
1717
<url>https://github.com/ruby-processing/JRubyArt</url>

0 commit comments

Comments
 (0)