Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickh-apadmi committed May 25, 2021
1 parent 03e55ba commit f45a917
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.15.24"
s.version = "1.15.25"
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.1524;
const double KSCrashFrameworkVersionNumber = 1.1525;

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

0 comments on commit f45a917

Please sign in to comment.