From ead3000d6eba0e03425255add82a352e9a977c74 Mon Sep 17 00:00:00 2001 From: monkstone Date: Sat, 25 Sep 2021 14:58:58 +0100 Subject: [PATCH] Bump Version --- CHANGELOG.md | 2 ++ Gemfile | 2 +- README.md | 2 +- lib/picrate/version.rb | 2 +- pom.rb | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbaa91..8cde647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Gemfile b/Gemfile index d8aa819..24639c4 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/README.md b/README.md index a4020b8..1b874f5 100644 --- a/README.md +++ b/README.md @@ -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:- diff --git a/lib/picrate/version.rb b/lib/picrate/version.rb index 59e6116..e9d116e 100644 --- a/lib/picrate/version.rb +++ b/lib/picrate/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PiCrate - VERSION = '2.4.2' + VERSION = '2.5.0' end diff --git a/pom.rb b/pom.rb index c66a637..613f202 100644 --- a/pom.rb +++ b/pom.rb @@ -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.' diff --git a/pom.xml b/pom.xml index 486730b..8f44a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE 4.0.0 ruby-processing picrate - 2.4.2 + 2.5.0 picrate An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing. http://maven.apache.org