From b773f52a580a06c4ce39dd93cb38577518dbef2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Jun 2024 12:54:52 +0000 Subject: [PATCH] Update version to 2.0.0-alpha.3 --- KSCrash.podspec | 2 +- Sources/KSCrashRecording/KSCrash.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/KSCrash.podspec b/KSCrash.podspec index c801adc5e..b7fd2287e 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-alpha.2" + s.version = "2.0.0-alpha.3" 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 23431bec4..f595a2617 100644 --- a/Sources/KSCrashRecording/KSCrash.m +++ b/Sources/KSCrashRecording/KSCrash.m @@ -560,4 +560,4 @@ + (void) applicationWillTerminate const double KSCrashFrameworkVersionNumber = 2.0000; //! Project version string for KSCrashFramework. -const unsigned char KSCrashFrameworkVersionString[] = "2.0.0-alpha.2"; +const unsigned char KSCrashFrameworkVersionString[] = "2.0.0-alpha.3";