Skip to content

Commit d721e72

Browse files
committed
2.5.6 Release commit
1 parent d1f7a29 commit d721e72

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Modified MIT License
22

3-
Copyright 2016 OneSignal
3+
Copyright 2017 OneSignal
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.5"
3+
s.version = "2.5.6"
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 = @"020505";
124+
NSString* const ONESIGNAL_VERSION = @"020506";
125125
static NSString* mSDKType = @"native";
126126
static BOOL coldStartFromTapOnNotification = NO;
127127

0 commit comments

Comments
 (0)