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 f43ae88 commit 7c95fcbCopy full SHA for 7c95fcb
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "2.3.4"
+ s.version = "2.3.5"
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/Framework/OneSignal.framework/Versions/A/OneSignal
24.2 KB
iOS_SDK/OneSignal/OneSignal.m
@@ -84,7 +84,7 @@
84
85
@implementation OneSignal
86
87
-NSString* const ONESIGNAL_VERSION = @"020304";
+NSString* const ONESIGNAL_VERSION = @"020305";
88
static NSString* mSDKType = @"native";
89
static BOOL coldStartFromTapOnNotification = NO;
90
0 commit comments