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.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyshort committed Nov 22, 2016
1 parent cb7bd1e commit b1cc9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.2.3 (2016-11-22)
- [FIXED] Incorrect message output from parameter `null` or empty checks.
- [FIXED] Issue where replications would error if the server returned missing revisions.
- [UPGRADED] Upgraded to version 2.7.0 of the `cloudant-http` library.
Expand Down
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT'
version = '1.1.3'
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

0 comments on commit b1cc9bd

Please sign in to comment.