Skip to content

Commit 146cff3

Browse files
committed
bumping versions for feature release 3.3.0
1 parent 8acd7af commit 146cff3

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 = "3.2.3"
3+
s.version = "3.3.0"
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 = "3.2.3"
3+
s.version = "3.3.0"
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 = "3.2.3"
3+
s.version = "3.3.0"
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
@@ -125,7 +125,7 @@ @interface OneSignal (SessionStatusDelegate)
125125

126126
@implementation OneSignal
127127

128-
NSString* const ONESIGNAL_VERSION = @"030203";
128+
NSString* const ONESIGNAL_VERSION = @"030300";
129129
static NSString* mSDKType = @"native";
130130
static BOOL coldStartFromTapOnNotification = NO;
131131
static BOOL shouldDelaySubscriptionUpdate = false;

0 commit comments

Comments
 (0)