diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc584253..48786700c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +### Syncany 0.1.9-alpha (Date: tbd.) +- Developer/alpha release (**STILL NOT FOR PRODUCTION USE!**) +- Bugfixes and other things: + + Implement full cleanup to fix #187/#193; fixes #143 and #178 + ### Syncany 0.1.8-alpha (Date: 9 Aug 2014) - Developer/alpha release (**STILL NOT FOR PRODUCTION USE!**) - Breaks compatiblity to 0.1.7-alpha repositories! diff --git a/build.gradle b/build.gradle index 01057c9f9..23cce8c75 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply from: 'gradle/gradle/helpers.gradle' // Global Settings ///////////////////////////////////////////////////////////// project.ext { - applicationVersion = "0.1.8-alpha" + applicationVersion = "0.1.9-alpha" applicationVersionDebian = "1"; applicationRelease = isApplicationRelease()