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

Commit 20a7a2e

Browse files
committed
Bump version to 1.1.4-SNAPSHOT
1 parent b1cc9bd commit 20a7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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'
16+
version = '1.1.4-SNAPSHOT'
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)