You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/09/15 19:02:24 UTC

[02/10] usergrid-swift git commit: Updating version to 2.1.2

Updating version to 2.1.2


Project: http://git-wip-us.apache.org/repos/asf/usergrid-swift/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid-swift/commit/2202326c
Tree: http://git-wip-us.apache.org/repos/asf/usergrid-swift/tree/2202326c
Diff: http://git-wip-us.apache.org/repos/asf/usergrid-swift/diff/2202326c

Branch: refs/heads/master
Commit: 2202326c6836013248b26495dbe085985ff60087
Parents: 0923c33
Author: Robert Walsh <rj...@gmail.com>
Authored: Wed Sep 14 08:13:42 2016 -0500
Committer: Robert Walsh <rj...@gmail.com>
Committed: Wed Sep 14 08:13:42 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/2202326c/Source/Usergrid.swift
----------------------------------------------------------------------
diff --git a/Source/Usergrid.swift b/Source/Usergrid.swift
index 063d361..ac87380 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.1"
+public let UsergridSDKVersion = "2.1.2"
 
 /**
  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/2202326c/UsergridSDK.podspec
----------------------------------------------------------------------
diff --git a/UsergridSDK.podspec b/UsergridSDK.podspec
index 4aeabd9..b3b84f6 100644
--- a/UsergridSDK.podspec
+++ b/UsergridSDK.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'UsergridSDK'
-  s.version = '2.1.1'
+  s.version = '2.1.2'
   s.summary = 'Usergrid SDK written in Swift'
   s.homepage = 'https://github.com/apache/usergrid-swift'
   s.license = 'Apache 2.0'