Skip to content

Commit 72d18b3

Browse files
committed
bumping versions for 2.16.7 release
1 parent 8578900 commit 72d18b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.16.6"
3+
s.version = "2.16.7"
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.16.6"
3+
s.version = "2.16.7"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

OneSignalXCFramework.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 = "OneSignalXCFramework"
3-
s.version = "2.16.6"
3+
s.version = "2.16.7"
44
s.summary = "OneSignal push notification library for mobile apps."
55
s.homepage = "https://onesignal.com"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

140140
@implementation OneSignal
141141

142-
NSString* const ONESIGNAL_VERSION = @"021606";
142+
NSString* const ONESIGNAL_VERSION = @"021607";
143143
static NSString* mSDKType = @"native";
144144
static BOOL coldStartFromTapOnNotification = NO;
145145

0 commit comments

Comments
 (0)