We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee0a39 commit 2c0996eCopy full SHA for 2c0996e
3 files changed
CHANGELOG.md
@@ -1,2 +1,4 @@
1
v0.0.1
2
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
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module PiCrate
- VERSION = '0.0.1'.freeze
+ VERSION = '0.0.2'.freeze
end
vendors/Rakefile
@@ -10,7 +10,7 @@ SOUND_VERSION = 'v1.3.2' # version 1.3.2
10
GLVIDEO = 'processing-glvideo.zip'
11
VIDEO = 'video-2.zip'
12
VIDEO_VERSION = '2' # version 1.0.1
13
-EXAMPLES = '0.0.1'.freeze
+EXAMPLES = '0.0.2'.freeze
14
HOME_DIR = ENV['HOME']
15
PI_OR_LINUX = /linux|arm/ =~ RbConfig::CONFIG['host_os']
16
0 commit comments