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

Commit 3bc597f

Browse files
committed
Prepared for 0.1 release
1 parent 4dca089 commit 3bc597f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Unreleased
1+
# 0.1 (2016-03-11)
22

3-
- Initial release (experimental).
3+
- 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-SNAPSHOT'
21+
version = '0.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)