Skip to content

Commit 5f50216

Browse files
committed
2.7.2 Release
• Fixes an issue that could occasionally cause crashes when users opened notifications (#347) • Fixes an issue that occasionally caused crashes with the OSSubscriptionObserver when removing an observer during a subscription update (#342)
1 parent 2258690 commit 5f50216

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

iOS_SDK/OneSignalSDK/Source/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ @implementation OSPendingCallbacks
127127

128128
@implementation OneSignal
129129

130-
NSString* const ONESIGNAL_VERSION = @"020701";
130+
NSString* const ONESIGNAL_VERSION = @"020702";
131131
static NSString* mSDKType = @"native";
132132
static BOOL coldStartFromTapOnNotification = NO;
133133

0 commit comments

Comments
 (0)