Skip to content

Commit 2c0996e

Browse files
committed
bump version
1 parent eee0a39 commit 2c0996e

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,2 +1,4 @@
11
v0.0.1
22
First iteration with drivers as used by processing.org
3+
v0.0.2
4+
Attempt to set native folder for armv6hf

lib/picrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module PiCrate
3-
VERSION = '0.0.1'.freeze
3+
VERSION = '0.0.2'.freeze
44
end

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SOUND_VERSION = 'v1.3.2' # version 1.3.2
1010
GLVIDEO = 'processing-glvideo.zip'
1111
VIDEO = 'video-2.zip'
1212
VIDEO_VERSION = '2' # version 1.0.1
13-
EXAMPLES = '0.0.1'.freeze
13+
EXAMPLES = '0.0.2'.freeze
1414
HOME_DIR = ENV['HOME']
1515
PI_OR_LINUX = /linux|arm/ =~ RbConfig::CONFIG['host_os']
1616

0 commit comments

Comments
 (0)