File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Framework/OneSignal.framework/Versions/A Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignal"
3- s . version = "2.13.1 "
3+ s . version = "2.14.0 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "OneSignalDynamic"
3- s . version = "2.13.1 "
3+ s . version = "2.14.0 "
44 s . summary = "OneSignal push notification library for mobile apps."
55 s . homepage = "https://onesignal.com"
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ @interface OneSignal (SessionStatusDelegate)
136136
137137@implementation OneSignal
138138
139- NSString * const ONESIGNAL_VERSION = @" 021301 " ;
139+ NSString * const ONESIGNAL_VERSION = @" 021400 " ;
140140static NSString * mSDKType = @" native" ;
141141static BOOL coldStartFromTapOnNotification = NO ;
142142
You can’t perform that action at this time.
0 commit comments