Skip to content

Commit 7c95fcb

Browse files
committed
2.3.5 release commit
1 parent f43ae88 commit 7c95fcb

File tree

3 files changed

+2
-2
lines changed

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

iOS_SDK/OneSignal/OneSignal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
@implementation OneSignal
8686

87-
NSString* const ONESIGNAL_VERSION = @"020304";
87+
NSString* const ONESIGNAL_VERSION = @"020305";
8888
static NSString* mSDKType = @"native";
8989
static BOOL coldStartFromTapOnNotification = NO;
9090

0 commit comments

Comments
 (0)