Skip to content

Commit c7f5b91

Browse files
committed
2.5.7 Release commit
1 parent 94cfd7c commit c7f5b91

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.6"
3+
s.version = "2.5.7"
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
@@ -121,7 +121,7 @@ @implementation OSPendingCallbacks
121121

122122
@implementation OneSignal
123123

124-
NSString* const ONESIGNAL_VERSION = @"020506";
124+
NSString* const ONESIGNAL_VERSION = @"020507";
125125
static NSString* mSDKType = @"native";
126126
static BOOL coldStartFromTapOnNotification = NO;
127127

0 commit comments

Comments
 (0)