Update to version 2.1.3
Project: http://git-wip-us.apache.org/repos/asf/usergrid-swift/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid-swift/commit/6434c89e Tree: http://git-wip-us.apache.org/repos/asf/usergrid-swift/tree/6434c89e Diff: http://git-wip-us.apache.org/repos/asf/usergrid-swift/diff/6434c89e Branch: refs/heads/master Commit: 6434c89e920ebaf112512bc33f38c8d30f142add Parents: a69b386 Author: Robert Walsh <[email protected]> Authored: Fri Sep 16 12:36:15 2016 -0500 Committer: Robert Walsh <[email protected]> Committed: Fri Sep 16 12:36:15 2016 -0500 ---------------------------------------------------------------------- Source/Usergrid.swift | 2 +- UsergridSDK.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid-swift/blob/6434c89e/Source/Usergrid.swift ---------------------------------------------------------------------- diff --git a/Source/Usergrid.swift b/Source/Usergrid.swift index f9807f3..c6a41af 100644 --- a/Source/Usergrid.swift +++ b/Source/Usergrid.swift @@ -27,7 +27,7 @@ import Foundation /// The version number for the Usergrid Swift SDK. -public let UsergridSDKVersion = "2.1.2" +public let UsergridSDKVersion = "2.1.3" /** The `Usergrid` class acts as a static shared instance manager for the `UsergridClient` class. http://git-wip-us.apache.org/repos/asf/usergrid-swift/blob/6434c89e/UsergridSDK.podspec ---------------------------------------------------------------------- diff --git a/UsergridSDK.podspec b/UsergridSDK.podspec index b3b84f6..4d13736 100644 --- a/UsergridSDK.podspec +++ b/UsergridSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'UsergridSDK' - s.version = '2.1.2' + s.version = â2.1.3â s.summary = 'Usergrid SDK written in Swift' s.homepage = 'https://github.com/apache/usergrid-swift' s.license = 'Apache 2.0'
