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

Commit 135e9dd

Browse files
committed
Prepared for 0.3.0 release
1 parent e336aba commit 135e9dd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.3.0 (2016-10-04)
2+
[UPGRADED] - java-cloudant dependency to version 2.6.2.
3+
14
# 0.2.0 (2016-06-27)
25
[IMPROVED] - Updated java-cloudant dependency to version 2.5.0.
36

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