Skip to content

Commit c80e55e

Browse files
committed
2.3.7 Release commit
1 parent 856d94b commit c80e55e

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

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ @implementation OSSubcscriptionStatus
9393

9494
@implementation OneSignal
9595

96-
NSString* const ONESIGNAL_VERSION = @"020306";
96+
NSString* const ONESIGNAL_VERSION = @"020307";
9797
static NSString* mSDKType = @"native";
9898
static BOOL coldStartFromTapOnNotification = NO;
9999

0 commit comments

Comments
 (0)