Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit 72f0a22

Browse files
committed
Prepared for 0.1.1 release
1 parent e36d011 commit 72f0a22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# 0.1 (2016-03-11)
1+
# 0.1.1 (2016-03-11)
2+
- Updated to a semver compliant three digit version number.
23

4+
# 0.1 (2016-03-11)
35
- Initial release.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subprojects {
1818
apply plugin: 'signing'
1919

2020
group = 'com.cloudant'
21-
version = '0.1.1-SNAPSHOT'
21+
version = '0.1.1'
2222
description = """A Java object cache for use with the java-cloudant client"""
2323

2424
// If the version says "snapshot" anywhere assume it is not a release

0 commit comments

Comments
 (0)