Skip to content

Commit 5cdcaea

Browse files
committed
Announce 0.9
* License fixes (APK compatibility). * Gradle updates. * Fix bug with prefix lengths and Unicode characters outside the BMP. * Dependencies updates. Francis Galiegue (14): Announce 0.8 Update README Gradle changes Update gradle wrapper Make all tests run from the command line Modify license texts Update copyright on files Update dependencies Work around Java 8's javadoc bug StringRenderer: fix bug with .substring() vs code points... Update release notes README updates StringRenderer: use a StringBuilder instead of string concatenation 0.9
1 parent ad7e6f7 commit 5cdcaea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ is the wrong thing to do, see below.
1818

1919
## Versions
2020

21-
The current version is **0.8**. Javadoc [here](http://fge.github.io/uri-template). See the
21+
The current version is **0.9**. Javadoc [here](http://fge.github.io/uri-template). See the
2222
`RELEASE-NOTES.md` file in this package for a list of changes.
2323

2424
## Gradle/Maven artifact

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.fge";
24-
version = "0.9";
24+
version = "0.9.1-SNAPSHOT";
2525
sourceCompatibility = "1.6";
2626
targetCompatibility = "1.6"; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)