We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118c69e commit e7366dbCopy full SHA for e7366db
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "2.5.2"
+ s.version = "2.5.3"
4
s.summary = "OneSignal push notification library for mobile apps."
5
s.homepage = "https://onesignal.com"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
iOS_SDK/OneSignalSDK/Framework/OneSignal.framework/Versions/A/OneSignal
43.9 KB
iOS_SDK/OneSignalSDK/Source/OneSignal.m
@@ -113,7 +113,7 @@ @implementation OSPendingCallbacks
113
114
@implementation OneSignal
115
116
-NSString* const ONESIGNAL_VERSION = @"020502";
+NSString* const ONESIGNAL_VERSION = @"020503";
117
static NSString* mSDKType = @"native";
118
static BOOL coldStartFromTapOnNotification = NO;
119
0 commit comments