Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed May 6, 2018
1 parent eee0a39 commit 2c0996e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
v0.0.1
First iteration with drivers as used by processing.org
v0.0.2
Attempt to set native folder for armv6hf
2 changes: 1 addition & 1 deletion lib/picrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module PiCrate
VERSION = '0.0.1'.freeze
VERSION = '0.0.2'.freeze
end
2 changes: 1 addition & 1 deletion vendors/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SOUND_VERSION = 'v1.3.2' # version 1.3.2
GLVIDEO = 'processing-glvideo.zip'
VIDEO = 'video-2.zip'
VIDEO_VERSION = '2' # version 1.0.1
EXAMPLES = '0.0.1'.freeze
EXAMPLES = '0.0.2'.freeze
HOME_DIR = ENV['HOME']
PI_OR_LINUX = /linux|arm/ =~ RbConfig::CONFIG['host_os']

Expand Down

0 comments on commit 2c0996e

Please sign in to comment.