Skip to content

Commit

Permalink
Bump version to 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Jan 3, 2017
1 parent 7491566 commit ee71131
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 = '6.0' unless defined? IOS_DEPLOYMENT_TARGET
s.name = "KSCrash"
s.version = "1.13.5"
s.version = "1.13.6"
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 @@ -579,7 +579,7 @@ - (void) applicationWillTerminate


//! Project version number for KSCrashFramework.
const double KSCrashFrameworkVersionNumber = 1.135;
const double KSCrashFrameworkVersionNumber = 1.136;

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

0 comments on commit ee71131

Please sign in to comment.