We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c4062 commit 3c83085Copy full SHA for 3c83085
1 file changed
project.gradle
@@ -20,7 +20,7 @@
20
* Project-specific settings. Unfortunately we cannot put the name in there!
21
*/
22
group = "com.github.fge";
23
-version = "0.1.3-SNAPSHOT";
+version = "0.1.3";
24
sourceCompatibility = "1.6";
25
targetCompatibility = "1.6"; // defaults to sourceCompatibility
26
0 commit comments