Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Sep 25, 2021
1 parent 16f710c commit ead3000
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v2.5.0 Update to JRuby-9.3.0.0.

v2.4.2 Update to JRuby-9.2.19, getting ready for JRuby-9.3+.

v2.4.1 patch library loader, add PGS library examples.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

source 'https://rubygems.org'
ruby '2.5.7', engine: 'jruby', engine_version: '9.2.11.0'
ruby '2.6.8', engine: 'jruby', engine_version: '9.3.0.0'
gemspec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Requires java to build (and [jogl-2.4.0-rc jars][jogl_jars]), but uses a maven w
```bash
cd PiCrate # or whatever you call it
rake # assumes an installed version of vanilla processing
jgem install picrate-2.4.2-java.gem
jgem install picrate-2.5.0-java.gem

```
To create a template sketch:-
Expand Down
2 changes: 1 addition & 1 deletion lib/picrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PiCrate
VERSION = '2.4.2'
VERSION = '2.5.0'
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 'picrate', 'http://maven.apache.org' do
model_version '4.0.0'
id 'ruby-processing:picrate:2.4.2'
id 'ruby-processing:picrate:2.5.0'
packaging 'jar'

description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'
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 MODIFY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>ruby-processing</groupId>
<artifactId>picrate</artifactId>
<version>2.4.2</version>
<version>2.5.0</version>
<name>picrate</name>
<description>An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.</description>
<url>http://maven.apache.org</url>
Expand Down

0 comments on commit ead3000

Please sign in to comment.