Skip to content

Commit 12504a2

Browse files
committed
Version bump to 1.11.3
1 parent 01733d7 commit 12504a2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
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 = "1.11.0"
3+
s.version = "1.11.3"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 Bytes
Binary file not shown.
21.6 KB
Binary file not shown.

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ @interface OneSignal ()
6060

6161
@implementation OneSignal
6262

63-
NSString* const ONESIGNAL_VERSION = @"011101";
63+
NSString* const ONESIGNAL_VERSION = @"011103";
6464

6565
@synthesize app_id = _GT_publicKey;
6666
@synthesize httpClient = _GT_httpRequest;

0 commit comments

Comments
 (0)