Skip to content

Commit 9ff12a2

Browse files
committed
2.8.9 Release
• Fixes a merge issue that reverted a few minor bug fixes in the previous release (2.8.8)
1 parent 8a5aec2 commit 9ff12a2

File tree

6 files changed

+3
-3
lines changed

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

OneSignalDynamic.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 = "OneSignalDynamic"
3-
s.version = "2.8.8"
3+
s.version = "2.8.9"
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.
Binary file not shown.
Binary file not shown.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

119119
@implementation OneSignal
120120

121-
NSString* const ONESIGNAL_VERSION = @"020808";
121+
NSString* const ONESIGNAL_VERSION = @"020809";
122122
static NSString* mSDKType = @"native";
123123
static BOOL coldStartFromTapOnNotification = NO;
124124

0 commit comments

Comments
 (0)