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

Prepare for 2.0.3 release #431

Merged
merged 1 commit into from
May 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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