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

Commit 24e0768

Browse files
committed
Prepare for 1.1.2 release
1 parent ab73571 commit 24e0768

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Unreleased
2-
- [FIXED] Issue that was preventing index updates from being persisted that was impacting query
3-
performance.
1+
# 1.1.2 (2016-10-20)
2+
- [FIXED] Issue preventing index updates from being persisted that
3+
impacted query performance
44

55
# 1.1.1 (2016-10-05)
66

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: 'AndroidExec.gradle'
1313

1414
allprojects {
1515
group = 'com.cloudant'
16-
version = '1.1.2-SNAPSHOT'
16+
version = '1.1.2'
1717
description = """cloudant-sync"""
1818
//if the version says "snapshot" anywhere assume it is not a release
1919
ext.isReleaseVersion = !version.toUpperCase(Locale.ENGLISH).contains("SNAPSHOT")
@@ -139,7 +139,7 @@ subprojects {
139139
options.docletpath = [project(':cloudant-sync-datastore-core').sourceSets.tools.output.classesDir]
140140
source project.sourceSets.main.allJava
141141
}
142-
142+
143143
javadoc {
144144

145145
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)