Bump version to 1.6.0

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-06-22 14:27:34 -07:00
parent a20818f018
commit 64833318da
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
subprojects {
ext.version_number = "1.6.0-RC21"
ext.version_number = "1.6.0"
ext.group_info = "org.whispersystems"
ext.axolotl_version = "1.3.1"

View File

@ -94,9 +94,6 @@ task packageSources(type: Jar) {
}
artifacts {
archives(packageJavadoc) {
type = 'javadoc'
}
archives packageJavadoc
archives packageSources
}