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 4abe18a commit d820cd9Copy full SHA for d820cd9
CHANGELOG
@@ -1,4 +1,7 @@
1
-Match 4, 2013 - Release 0.1.2
+March 26, 2014 - Release 0.1.3
2
+ * pom.xml: GWT version updated to 2.5.1
3
+
4
+March 4, 2013 - Release 0.1.2
5
* PJS (Update): Processing warpper library updated to 0.6.2
6
* pom.xml: GWT version updated to 2.5.1-rc1
7
@@ -12,4 +15,4 @@ June 11, 2012 - Release 0.1.1
12
15
13
16
June 11, 2012 - Release 0.1.0
14
17
- * Initial version
18
+ * Initial version
pom.xml
@@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <gwtVersion>2.5.1-rc1</gwtVersion>
+ <gwtVersion>2.5.1</gwtVersion>
19
</properties>
20
21
0 commit comments