We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6c1fc commit 7fae854Copy full SHA for 7fae854
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.4-SNAPSHOT";
+version = "0.1.4";
24
sourceCompatibility = "1.6";
25
targetCompatibility = "1.6"; // defaults to sourceCompatibility
26
0 commit comments