Skip to content

Commit 15e9e49

Browse files
committed
update jruby
1 parent ba3913b commit 15e9e49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**v3.6.0** Recommend JRuby-9.2.14.0 use video-2.0 release
1+
**v3.7.1** Recommend JRuby-9.2.15.0 use
22

33
**v3.5.0** Rebase processing core code around Sam Pottingers latest fixes for JOGL an image save, does mean breaking some of Diwis and Joshua Davis examples, but one hopes codeanticode knows what he's doing.
44

lib/propane/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

33
module Propane
4-
VERSION = '3.6.0'
4+
VERSION = '3.7.1'
55
end

pom.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project 'propane', 'https://github.com/monkstone/propane' do
44
model_version '4.0.0'
5-
id 'propane:propane:3.6.0'
5+
id 'propane:propane:3.7.1'
66
packaging 'jar'
77

88
description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'
@@ -65,7 +65,7 @@
6565
'manifestEntries' => {
6666
'Automatic-Module-Name' => 'processing.core'
6767
}
68-
})
68+
})
6969
end
7070
build do
7171
resource do

0 commit comments

Comments
 (0)