File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 IOS_DEPLOYMENT_TARGET = '6.0' unless defined? IOS_DEPLOYMENT_TARGET
33 s . name = "KSCrash"
4- s . version = "1.15.18 "
4+ s . version = "1.15.19 "
55 s . summary = "The Ultimate iOS Crash Reporter"
66 s . homepage = "https://github.com/kstenerud/KSCrash"
77 s . license = { :type => 'KSCrash license agreement' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -619,7 +619,7 @@ - (void) applicationWillTerminate
619619
620620
621621// ! Project version number for KSCrashFramework.
622- const double KSCrashFrameworkVersionNumber = 1.1518 ;
622+ const double KSCrashFrameworkVersionNumber = 1.1519 ;
623623
624624// ! Project version string for KSCrashFramework.
625- const unsigned char KSCrashFrameworkVersionString[] = " 1.15.18 " ;
625+ const unsigned char KSCrashFrameworkVersionString[] = " 1.15.19 " ;
You can’t perform that action at this time.
0 commit comments