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

Commit a07a81c

Browse files
authored
Merge pull request #443 from cloudant/prepare-2.1.1-release
Prepare for 2.1.1 release
2 parents 6e66b25 + 1d8a7cb commit a07a81c

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.1.1-SNAPSHOT"
17+
s.version = "2.1.1"
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.1.1-SNAPSHOT"
1+
#define CLOUDANT_SYNC_VERSION "2.1.1"

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-
## 2.1.1 (Unreleased)
3+
## 2.1.1 (2018-09-19)
44
- [FIXED] Unknown type and undeclared identifier issues with common crypto includes.
55

66
## 2.1.0 (2018-07-10)

0 commit comments

Comments
 (0)