From ba69bc5d42ed00abe5bdfa568b37474ae5c1a4c3 Mon Sep 17 00:00:00 2001 From: dorofeevs Date: Thu, 9 Dec 2021 11:12:35 +0300 Subject: [PATCH] Bump version to 1.10.1 --- 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 8f8f33fa..31814871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PLCrashReporter Change Log -## Version 1.10.1 (Under development) +## Version 1.10.1 * **[Improvement]** Specified minimum cocoapods version in podspec to 1.10.0 * **[Improvement]** Mark `PLCrashReporter.crashReportPath` method as public. diff --git a/CrashReporter.xcodeproj/project.pbxproj b/CrashReporter.xcodeproj/project.pbxproj index 2f6fd2e8..fc55fdeb 100644 --- a/CrashReporter.xcodeproj/project.pbxproj +++ b/CrashReporter.xcodeproj/project.pbxproj @@ -4354,7 +4354,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.10.0; + CURRENT_PROJECT_VERSION = 1.10.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -4419,7 +4419,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1.10.0; + CURRENT_PROJECT_VERSION = 1.10.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; diff --git a/PLCrashReporter.podspec b/PLCrashReporter.podspec index 6914752a..0b40068c 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.0' + spec.version = '1.10.1' 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.'