Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Prepare for 1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyshort committed Oct 20, 2016
1 parent ab73571 commit 24e0768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased
- [FIXED] Issue that was preventing index updates from being persisted that was impacting query
performance.
# 1.1.2 (2016-10-20)
- [FIXED] Issue preventing index updates from being persisted that
impacted query performance

# 1.1.1 (2016-10-05)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply from: 'AndroidExec.gradle'

allprojects {
group = 'com.cloudant'
version = '1.1.2-SNAPSHOT'
version = '1.1.2'
description = """cloudant-sync"""
//if the version says "snapshot" anywhere assume it is not a release
ext.isReleaseVersion = !version.toUpperCase(Locale.ENGLISH).contains("SNAPSHOT")
Expand Down Expand Up @@ -139,7 +139,7 @@ subprojects {
options.docletpath = [project(':cloudant-sync-datastore-core').sourceSets.tools.output.classesDir]
source project.sourceSets.main.allJava
}

javadoc {

options.encoding = "UTF-8"
Expand Down

0 comments on commit 24e0768

Please sign in to comment.