Skip to content

Commit a6f9cc1

Browse files
committed
bumping version to 3.0.1
Releasing fixing setExternalUserId and XCFramework for apple silicon
1 parent fb582d4 commit a6f9cc1

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.0.0"
3+
s.version = "3.0.1"
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.0.0"
3+
s.version = "3.0.1"
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.0.0"
3+
s.version = "3.0.1"
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
@@ -128,7 +128,7 @@ @interface OneSignal (SessionStatusDelegate)
128128

129129
@implementation OneSignal
130130

131-
NSString* const ONESIGNAL_VERSION = @"030000";
131+
NSString* const ONESIGNAL_VERSION = @"030001";
132132
static NSString* mSDKType = @"native";
133133
static BOOL coldStartFromTapOnNotification = NO;
134134
static BOOL shouldDelaySubscriptionUpdate = false;

0 commit comments

Comments
 (0)