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 #425 from cloudant/prepare-2.0.2-release
Browse files Browse the repository at this point in the history
Prepare for 2.0.2 release
  • Loading branch information
tomblench authored Apr 27, 2018
2 parents 2bcb874 + 4c95cfa commit 9371fda
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.1"
s.version = "2.0.2"
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.2-SNAPSHOT"
#define CLOUDANT_SYNC_VERSION "2.0.2"
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.2 (2018-04-30)
- [FIXED] Bug which prevented `find` queries from executing
successfully against indexes with certain names.

Expand Down

0 comments on commit 9371fda

Please sign in to comment.