Skip to content

Commit de0ecab

Browse files
committed
bump README
1 parent 5e73afb commit de0ecab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A new version for jdk11 use, does not require an installed `vanilla processing`,
66

77
## Requirements
88

9-
A clean start for `jruby_art` with custom processing core included, built for [jruby-9.2.12.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo.
9+
A clean start for `jruby_art` with custom processing core included, built for [jruby-9.2.13.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo.
1010

1111
## Requirements
1212

13-
A suitable version of ruby (MRI `ruby 2.4+` or `jruby-9.2.11.0`) to download gem. NB: avoid ruby 2.7, it is guaranteed to give you problems (you've been warned)
13+
A suitable version of ruby (MRI `ruby 2.4+` or `jruby-9.2.13.0`) to download gem. NB: avoid ruby 2.7, it is guaranteed to give you problems (you've been warned)
1414
Tested and working AdoptOpenJDK 11-13, OpenJ9 14, if you have any issues with opengl sketches with distro installed JDK use a JDK from AdoptOpenJDK.
1515

1616

@@ -35,9 +35,9 @@ java_args:
3535

3636
```bash
3737
gem install jruby_art
38-
k9 --install # installs jruby-complete-9.2.12.0 and downloads and installs samples to ~/k9_samples
38+
k9 --install # installs jruby-complete-9.2.13.0 and downloads and installs samples to ~/k9_samples
3939
cd ~/k9_samples/contributed
40-
k9 --run jwishy.rb # if you have jruby-9.2.12.0 installed or config `JRUBY: false`
40+
k9 --run jwishy.rb # if you have jruby-9.2.13.0 installed or config `JRUBY: false`
4141
# to use jruby-complete set `JRUBY: false` in config
4242
```
4343

0 commit comments

Comments
 (0)