From dfdc770fc88cd80cfc6f18b448f1463e03e6054e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Jun 2024 12:08:42 +0000 Subject: [PATCH] Update version to 2.0.0-alpha.2 --- KSCrash.podspec | 2 +- Sources/KSCrashRecording/KSCrash.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/KSCrash.podspec b/KSCrash.podspec index 111bca4c1..c801adc5e 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 = "2.0.0" + s.version = "2.0.0-alpha.2" 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 7f731bec4..7a21473ae 100644 --- a/Sources/KSCrashRecording/KSCrash.m +++ b/Sources/KSCrashRecording/KSCrash.m @@ -565,4 +565,4 @@ + (void) applicationWillTerminate const double KSCrashFrameworkVersionNumber = 2.0000; //! Project version string for KSCrashFramework. -const unsigned char KSCrashFrameworkVersionString[] = "2.0.0"; +const unsigned char KSCrashFrameworkVersionString[] = "2.0.0-alpha.2";