Skip to content

Commit

Permalink
Update version to 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2024
1 parent c46279f commit dfdc770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KSCrash.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/KSCrashRecording/KSCrash.m
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit dfdc770

Please sign in to comment.