diff --git a/KSCrash.podspec b/KSCrash.podspec index 283b97840..8ec22e7e4 100644 --- a/KSCrash.podspec +++ b/KSCrash.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| IOS_DEPLOYMENT_TARGET = '12.0' unless defined? IOS_DEPLOYMENT_TARGET s.name = "KSCrash" - s.version = "1.17.1" + s.version = "2.0.0" s.summary = "The Ultimate iOS Crash Reporter" s.homepage = "https://github.com/kstenerud/KSCrash" s.license = { :type => 'KSCrash license agreement', :file => 'LICENSE' } diff --git a/Sources/KSCrashRecording/KSCrash.m b/Sources/KSCrashRecording/KSCrash.m index 847439ed0..7ca52316f 100644 --- a/Sources/KSCrashRecording/KSCrash.m +++ b/Sources/KSCrashRecording/KSCrash.m @@ -649,7 +649,7 @@ + (void) applicationWillTerminate //! Project version number for KSCrashFramework. -const double KSCrashFrameworkVersionNumber = 1.1701; +const double KSCrashFrameworkVersionNumber = 2.0000; //! Project version string for KSCrashFramework. -const unsigned char KSCrashFrameworkVersionString[] = "1.17.1"; +const unsigned char KSCrashFrameworkVersionString[] = "2.0.0";