Skip to content

Commit 30cec8a

Browse files
committed
Announce 0.1.4
1 parent 7fae854 commit 30cec8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p>The license of this project is LGPLv3 or later. See file src/main/resources/LICENSE for the full
44
text.</p>
55

6-
<p>The current version is <b>0.1.3</b>.</p>
6+
<p>The current version is <b>0.1.4</b>.</p>
77

88
<h1>What this is</h1>
99

project.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Project-specific settings. Unfortunately we cannot put the name in there!
2121
*/
2222
group = "com.github.fge";
23-
version = "0.1.4";
23+
version = "0.1.5-SNAPSHOT";
2424
sourceCompatibility = "1.6";
2525
targetCompatibility = "1.6"; // defaults to sourceCompatibility
2626

0 commit comments

Comments
 (0)