From ba4f45550d886a7a6ea517723982264da0848297 Mon Sep 17 00:00:00 2001 From: Ivan Matkov Date: Thu, 30 Jun 2022 13:45:04 +0200 Subject: [PATCH] Bump project version --- CHANGELOG.md | 2 +- CrashReporter.xcodeproj/project.pbxproj | 4 ++-- PLCrashReporter.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ba0271..cb440dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PLCrashReporter Change Log -## Version 1.10.2 (Under development) +## Version 1.10.2 * **[Fix]** Config ignored `shouldRegisterUncaughtExceptionHandler` parameter in constructor. * **[Improvement]** Update `protobuf-c` to version 1.4.0. diff --git a/CrashReporter.xcodeproj/project.pbxproj b/CrashReporter.xcodeproj/project.pbxproj index dbf76daf..08073027 100644 --- a/CrashReporter.xcodeproj/project.pbxproj +++ b/CrashReporter.xcodeproj/project.pbxproj @@ -4081,7 +4081,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.10.1; + CURRENT_PROJECT_VERSION = 1.10.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -4148,7 +4148,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.10.1; + CURRENT_PROJECT_VERSION = 1.10.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; diff --git a/PLCrashReporter.podspec b/PLCrashReporter.podspec index 0b40068c..85af3aa1 100644 --- a/PLCrashReporter.podspec +++ b/PLCrashReporter.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.cocoapods_version = '>= 1.10' spec.name = 'PLCrashReporter' - spec.version = '1.10.1' + spec.version = '1.10.2' spec.summary = 'Reliable, open-source crash reporting for iOS, macOS and tvOS.' spec.description = 'PLCrashReporter is a reliable open source library that provides an in-process live crash reporting framework for use on iOS, macOS and tvOS. The library detects crashes and generates reports to help your investigation and troubleshooting with the information of application, system, process, thread, etc. as well as stack traces.'