Skip to content

Commit 43a9a62

Browse files
committed
Version
1 parent c720f0c commit 43a9a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

KSCrash.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
IOS_DEPLOYMENT_TARGET = '6.0' unless defined? IOS_DEPLOYMENT_TARGET
33
s.name = "KSCrash"
4-
s.version = "1.15.18"
4+
s.version = "1.15.19"
55
s.summary = "The Ultimate iOS Crash Reporter"
66
s.homepage = "https://github.com/kstenerud/KSCrash"
77
s.license = { :type => 'KSCrash license agreement', :file => 'LICENSE' }

Source/KSCrash/Recording/KSCrash.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ - (void) applicationWillTerminate
619619

620620

621621
//! Project version number for KSCrashFramework.
622-
const double KSCrashFrameworkVersionNumber = 1.1518;
622+
const double KSCrashFrameworkVersionNumber = 1.1519;
623623

624624
//! Project version string for KSCrashFramework.
625-
const unsigned char KSCrashFrameworkVersionString[] = "1.15.18";
625+
const unsigned char KSCrashFrameworkVersionString[] = "1.15.19";

0 commit comments

Comments
 (0)