Skip to content

Commit 1fbf2ce

Browse files
committed
update examples
1 parent 2648e1c commit 1fbf2ce

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
v1.2.1 Removed landscape from example as too taxing for raspberryPI.
2+
13
v1.2.1 Fix install Samples etc. in runner.rb to match modified vendor Rakefile.
24

35
v1.2.0 Update samples to use safer fonts, add linux specific suggestion on missing fonts PFont.java, fix :web_to_color_array(web).

lib/picrate/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 PiCrate
4-
VERSION = '1.2.1'
4+
VERSION = '1.2.2'
55
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'picrate', 'http://maven.apache.org' do
22

33
model_version '4.0.0'
4-
id 'ruby-processing:picrate:1.2.1'
4+
id 'ruby-processing:picrate:1.2.2'
55
packaging 'jar'
66

77
description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'

0 commit comments

Comments
 (0)