Skip to content

Commit 709f059

Browse files
committed
Release commit 2.14.2
1 parent 03a8b7d commit 709f059

File tree

4 files changed

+3
-3
lines changed

4 files changed

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

iOS_SDK/OneSignalSDK/Source/OneSignal.m

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

137137
@implementation OneSignal
138138

139-
NSString* const ONESIGNAL_VERSION = @"021401";
139+
NSString* const ONESIGNAL_VERSION = @"021402";
140140
static NSString* mSDKType = @"native";
141141
static BOOL coldStartFromTapOnNotification = NO;
142142

0 commit comments

Comments
 (0)