Skip to content

Commit

Permalink
get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Dec 10, 2020
1 parent 105538b commit 2afcaaf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**v2.4.2** Update to use jruby-complete-9.2.14, regularise video/sound downloadswhen no processing ide.

**v2.4.1** Update to use jruby-complete-9.2.13.0

**v2.4.1** Update to use jruby-complete-9.2.12.0

**v2.4.0** Update to use jruby-complete-9.2.11.1 recommended java version AdoptOpenJDK-13+ or Openj9-14+
Expand Down
2 changes: 1 addition & 1 deletion lib/jruby_art/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# A wrapper for version
module JRubyArt
VERSION = '2.4.2'
VERSION = '2.4.3'
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project 'jruby_art', 'https://github.com/ruby-processing/JRubyArt' do
model_version '4.0.0'
id 'ruby-processing:jruby_art:2.4.2'
id 'ruby-processing:jruby_art:2.4.3'
packaging 'jar'

description 'Jar for JRubyArt'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>jruby_art</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
<name>jruby_art</name>
<description>Jar for JRubyArt</description>
<url>https://github.com/ruby-processing/JRubyArt</url>
Expand Down

0 comments on commit 2afcaaf

Please sign in to comment.