Skip to content

Commit

Permalink
Bump version (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed May 18, 2024
1 parent a2828d8 commit 8207189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "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' }
Expand Down
4 changes: 2 additions & 2 deletions Sources/KSCrashRecording/KSCrash.m
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 8207189

Please sign in to comment.