Updates post release

This commit is contained in:
Adam Murdoch
2014-04-03 05:40:19 +11:00
parent a6c6399729
commit 01ad6ae126
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ allprojects {
}
group = 'net.rubygrapefruit'
version = '0.10'
version = '0.11'
if (!project.hasProperty('release')) {
version = "${version}-dev"

View File

@@ -97,6 +97,8 @@ Some sample code to use the terminal:
* Fixes for non-ascii file names on OS X when running under the Apple JVM.
You should avoid using this release, and use 0.10 or later instead.
### 0.8
* Ported to FreeBSD. Thanks to [Zsolt Kúti](https://github.com/tinca).