Skip to content

Commit

Permalink
2.7.2 Release
Browse files Browse the repository at this point in the history
• 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)
  • Loading branch information
Nightsd01 committed Mar 1, 2018
1 parent 2258690 commit 5f50216
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.7.1"
s.version = "2.7.2"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignalSDK/Source/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ @implementation OSPendingCallbacks

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020701";
NSString* const ONESIGNAL_VERSION = @"020702";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;

Expand Down

0 comments on commit 5f50216

Please sign in to comment.