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 7fae854 commit 30cec8aCopy full SHA for 30cec8a
README.markdown
@@ -3,7 +3,7 @@
3
<p>The license of this project is LGPLv3 or later. See file src/main/resources/LICENSE for the full
4
text.</p>
5
6
-<p>The current version is <b>0.1.3</b>.</p>
+<p>The current version is <b>0.1.4</b>.</p>
7
8
<h1>What this is</h1>
9
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";
+version = "0.1.5-SNAPSHOT";
24
sourceCompatibility = "1.6";
25
targetCompatibility = "1.6"; // defaults to sourceCompatibility
26
0 commit comments