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

Commit 9371fda

Browse files
authored
Merge pull request #425 from cloudant/prepare-2.0.2-release
Prepare for 2.0.2 release
2 parents 2bcb874 + 4c95cfa commit 9371fda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CDTDatastore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ EOT
1414

1515
Pod::Spec.new do |s|
1616
s.name = "CDTDatastore"
17-
s.version = "2.0.1"
17+
s.version = "2.0.2"
1818
s.summary = "CDTDatastore is a document datastore which syncs."
1919
s.description = <<-DESC
2020
CDTDatastore is a JSON document datastore which speaks the

CDTDatastore/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define CLOUDANT_SYNC_VERSION "2.0.2-SNAPSHOT"
1+
#define CLOUDANT_SYNC_VERSION "2.0.2"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CDTDatastore CHANGELOG
22

3-
## Unreleased
3+
## 2.0.2 (2018-04-30)
44
- [FIXED] Bug which prevented `find` queries from executing
55
successfully against indexes with certain names.
66

0 commit comments

Comments
 (0)