Bump minor version to 1.5.1
This commit is contained in:
Родитель
049e18fec6
Коммит
915aee6e3c
|
@ -5686,7 +5686,7 @@
|
|||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||
CURRENT_PROJECT_VERSION = 1.5.0;
|
||||
CURRENT_PROJECT_VERSION = 1.5.1;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
|
@ -5738,7 +5738,7 @@
|
|||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
||||
CURRENT_PROJECT_VERSION = 1.5.0;
|
||||
CURRENT_PROJECT_VERSION = 1.5.1;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |spec|
|
||||
spec.name = 'PLCrashReporter'
|
||||
spec.version = '1.5.0'
|
||||
spec.version = '1.5.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.'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче