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 1e69df7 commit 4e7ed24Copy full SHA for 4e7ed24
OneSignal.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OneSignal"
3
- s.version = "1.13.1"
+ s.version = "1.13.2"
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
52 KB
iOS_SDK/OneSignal/OneSignal.m
@@ -61,7 +61,7 @@ @interface OneSignal ()
61
62
@implementation OneSignal
63
64
-NSString* const ONESIGNAL_VERSION = @"011301";
+NSString* const ONESIGNAL_VERSION = @"011302";
65
66
@synthesize app_id = _GT_publicKey;
67
@synthesize httpClient = _GT_httpRequest;
0 commit comments