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

Commit

Permalink
Prepared for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Oct 4, 2016
1 parent e336aba commit 135e9dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.3.0 (2016-10-04)
[UPGRADED] - java-cloudant dependency to version 2.6.2.

# 0.2.0 (2016-06-27)
[IMPROVED] - Updated java-cloudant dependency to version 2.5.0.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {
apply plugin: 'signing'

group = 'com.cloudant'
version = '0.2.1-SNAPSHOT'
version = '0.3.0'
description = """A Java object cache for use with the java-cloudant client"""

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

0 comments on commit 135e9dd

Please sign in to comment.