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

Commit b1cc9bd

Browse files
committed
Prepare for 1.1.3 release
1 parent cb7bd1e commit b1cc9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.2.3 (2016-11-22)
22
- [FIXED] Incorrect message output from parameter `null` or empty checks.
33
- [FIXED] Issue where replications would error if the server returned missing revisions.
44
- [UPGRADED] Upgraded to version 2.7.0 of the `cloudant-http` library.

build.gradle

+1-1
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.3-SNAPSHOT'
16+
version = '1.1.3'
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")

0 commit comments

Comments
 (0)