Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #431 from cloudant/prepare-2.0.3-release
Browse files Browse the repository at this point in the history
Prepare for 2.0.3 release
  • Loading branch information
tomblench authored May 17, 2018
2 parents 9e83b75 + 8337166 commit 232e512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CDTDatastore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EOT

Pod::Spec.new do |s|
s.name = "CDTDatastore"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "CDTDatastore is a document datastore which syncs."
s.description = <<-DESC
CDTDatastore is a JSON document datastore which speaks the
Expand Down
2 changes: 1 addition & 1 deletion CDTDatastore/Version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define CLOUDANT_SYNC_VERSION "2.0.3-SNAPSHOT"
#define CLOUDANT_SYNC_VERSION "2.0.3"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CDTDatastore CHANGELOG

## Unreleased
## 2.0.3 (2018-05-17)
- [FIXED] Bug which prevented CDTDatastore instances from being closed after calling index/query
methods.
- [FIXED] Race condition which under some circumstances could return different `CDTDatastore`
Expand Down

0 comments on commit 232e512

Please sign in to comment.