Skip to content

Commit

Permalink
Up version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsen340 committed Oct 7, 2016
1 parent 9462028 commit 858001a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Internal/Router.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Router {
}
}

static let sdkVersion = "2.2.1"
static let sdkVersion = "2.2.2"
static var sessionTokenListener: SessionTokenListener? {
didSet {
if let sessionToken = sessionToken {
Expand Down
2 changes: 1 addition & 1 deletion Tapglue.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Tapglue'
s.version = '2.2.1'
s.version = '2.2.2'
s.license = 'Apache License, Version 2.0'
s.summary = 'Tapglue enables mobile developers to create products with a social graph and a news feed in hours instead of weeks.'
s.homepage = 'https://developers.tapglue.com/docs/ios'
Expand Down

0 comments on commit 858001a

Please sign in to comment.