Skip to content

Commit e7366db

Browse files
committed
2.5.3 Release commit
1 parent 118c69e commit e7366db

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.5.2"
3+
s.version = "2.5.3"
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
@@ -113,7 +113,7 @@ @implementation OSPendingCallbacks
113113

114114
@implementation OneSignal
115115

116-
NSString* const ONESIGNAL_VERSION = @"020502";
116+
NSString* const ONESIGNAL_VERSION = @"020503";
117117
static NSString* mSDKType = @"native";
118118
static BOOL coldStartFromTapOnNotification = NO;
119119

0 commit comments

Comments
 (0)