Skip to content

Commit

Permalink
Bump version 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bamx23 committed Nov 26, 2023
1 parent cdc4d20 commit 2cff3a7
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 = '11.0' unless defined? IOS_DEPLOYMENT_TARGET
s.name = "KSCrash"
s.version = "1.16.1"
s.version = "1.16.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
4 changes: 2 additions & 2 deletions Source/KSCrash/Recording/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.1601;
const double KSCrashFrameworkVersionNumber = 1.1602;

//! Project version string for KSCrashFramework.
const unsigned char KSCrashFrameworkVersionString[] = "1.16.1";
const unsigned char KSCrashFrameworkVersionString[] = "1.16.2";

0 comments on commit 2cff3a7

Please sign in to comment.