Skip to content

Commit 0648c3b

Browse files
author
Joseph Kalash
committed
Bump to 2.1.14
1 parent 6ee4f09 commit 0648c3b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

OneSignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OneSignal"
3-
s.version = "2.1.13"
3+
s.version = "2.1.14"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 Bytes
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
@implementation OneSignal
7777

78-
NSString* const ONESIGNAL_VERSION = @"020112";
78+
NSString* const ONESIGNAL_VERSION = @"020114";
7979
static NSString* mSDKType = @"native";
8080
static BOOL coldStartFromTapOnNotification = NO;
8181
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.

0 commit comments

Comments
 (0)