We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22507ea commit a48eb0fCopy full SHA for a48eb0f
lib/picrate/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module PiCrate
3
- VERSION = '0.8.1'
+ VERSION = '0.9.0'
4
end
pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
<modelVersion>4.0.0</modelVersion>
12
<groupId>ruby-processing</groupId>
13
<artifactId>picrate</artifactId>
14
- <version>0.8.1</version>
+ <version>0.9.0</version>
15
<name>picrate</name>
16
<description>An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.</description>
17
<url>http://maven.apache.org</url>
0 commit comments