Skip to content

Commit b4516cc

Browse files
author
Joseph Kalash
committed
2.1.0
1 parent bc88316 commit b4516cc

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
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.0.12"
3+
s.version = "2.1.0"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

iOS_SDK/Framework/OneSignal.framework/Modules/module.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ framework module OneSignal {
22
umbrella header "OneSignal.h"
33
export *
44
module * { export * }
5-
}
5+
}
0 Bytes
Binary file not shown.
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
@@ -71,7 +71,7 @@
7171

7272
@implementation OneSignal
7373

74-
NSString* const ONESIGNAL_VERSION = @"020012";
74+
NSString* const ONESIGNAL_VERSION = @"020100";
7575
static NSString* mSDKType = @"native";
7676
static BOOL coldStartFromTapOnNotification = NO;
7777
static BOOL registeredWithApple = NO; //Has attempted to register for push notifications with Apple.

0 commit comments

Comments
 (0)