Skip to content

Commit

Permalink
Bump to 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kalash committed Sep 27, 2016
1 parent 6ee4f09 commit 0648c3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneSignal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignal"
s.version = "2.1.13"
s.version = "2.1.14"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignal/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020112";
NSString* const ONESIGNAL_VERSION = @"020114";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.
Expand Down

0 comments on commit 0648c3b

Please sign in to comment.