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

Commit 283991e

Browse files
committed
Prepared for 0.2.0 release
1 parent 94fbdd4 commit 283991e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Unreleased
2-
[IMPROVED] - Updated java-cloudant dependency to version 2.5.0
1+
# 0.2.0 (2016-06-27)
2+
[IMPROVED] - Updated java-cloudant dependency to version 2.5.0.
33

44
# 0.1.1 (2016-03-11)
55
- Updated to a semver compliant three digit version number.

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.2-SNAPSHOT'
21+
version = '0.2.0'
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)