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

Commit 6e6ee0a

Browse files
author
Tom Blench
committed
Update version in build.gradle
1 parent b316157 commit 6e6ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.1-SNAPSHOT'
16+
version = '1.1.0'
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)