Skip to content

Commit aa59b92

Browse files
committed
2.9.5 Release
• Includes a bug fix for iOS push notification buttons, where notifications with buttons would always show the buttons of the most recently received notification.
1 parent 7142c7f commit aa59b92

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.9.4"
3+
s.version = "2.9.5"
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.9.4"
3+
s.version = "2.9.5"
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.

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

123123
@implementation OneSignal
124124

125-
NSString* const ONESIGNAL_VERSION = @"020904";
125+
NSString* const ONESIGNAL_VERSION = @"020905";
126126
static NSString* mSDKType = @"native";
127127
static BOOL coldStartFromTapOnNotification = NO;
128128

0 commit comments

Comments
 (0)