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 f9355eb commit 4054bc4Copy full SHA for 4054bc4
README.md
@@ -18,7 +18,7 @@ included in this README.
18
19
## Current version
20
21
-The current version is **1.0**.
+The current version is **1.1**.
22
23
## Maven artifact
24
project.gradle
@@ -2,7 +2,7 @@
2
* Project-specific settings. Unfortunately we cannot put the name in there!
3
*/
4
group = "com.github.fge";
5
-version = "1.1";
+version = "1.2-SNAPSHOT";
6
sourceCompatibility = "1.6";
7
targetCompatibility = "1.6"; // defaults to sourceCompatibility
8
0 commit comments