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 2604e99 commit 7685154Copy full SHA for 7685154
CHANGELOG
@@ -1,3 +1,6 @@
1
+August 23, 2011 - Release 0.3.0
2
+ * Processing library updated to 1.2.3
3
+
4
June 14, 2011 - Release 0.2.0
5
* Processing library updated to 1.2.1
6
* Use GWT Canvas Widget instead of CanvasElement (GWT > 2.2 required)
build.xml
@@ -3,7 +3,7 @@
<project name="Processing" default="build" basedir=".">
- <property name="version.num" value="0.2.0"/>
+ <property name="version.num" value="0.3.0"/>
7
<property environment="env"/>
8
<property name="in.src.folder" location="src" />
9
<property name="in.test.folder" location="test" />
processing-js-gwt.jar
868 Bytes
0 commit comments