From 805265a8b40d3dd7adc63093b1b61dc5e55f81c4 Mon Sep 17 00:00:00 2001 From: kean Date: Wed, 19 Jun 2024 22:05:28 -0400 Subject: [PATCH] Version 4.2.5 --- CHANGELOG.md | 6 ++++++ Pulse.xcodeproj/project.pbxproj | 4 ++-- PulseCore.podspec | 2 +- PulseUI.podspec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59409bebe..a83f54bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Pulse 4.x +## Pulse 4.2.5 + +*Jun 19, 2024* + +- Fix https://github.com/kean/Pulse/issues/263 – crash when tapping "Show All" in a grouped list of logs + ## Pulse 4.2.4 *Jun 8, 2024* diff --git a/Pulse.xcodeproj/project.pbxproj b/Pulse.xcodeproj/project.pbxproj index 65070e4c4..de1126f61 100644 --- a/Pulse.xcodeproj/project.pbxproj +++ b/Pulse.xcodeproj/project.pbxproj @@ -2646,7 +2646,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 4.2.4; + MARKETING_VERSION = 4.2.5; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; @@ -2697,7 +2697,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 4.2.4; + MARKETING_VERSION = 4.2.5; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; diff --git a/PulseCore.podspec b/PulseCore.podspec index 4393c8ba3..0344ae23f 100644 --- a/PulseCore.podspec +++ b/PulseCore.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PulseCore" s.module_name = "Pulse" -s.version = "4.2.4" +s.version = "4.2.5" s.summary = "Logging system for Apple platforms" s.swift_version = "5.7" diff --git a/PulseUI.podspec b/PulseUI.podspec index c774d1f7e..1945eded6 100644 --- a/PulseUI.podspec +++ b/PulseUI.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PulseUI" s.module_name = "PulseUI" -s.version = "4.2.4" +s.version = "4.2.5" s.summary = "Logging system for Apple platforms" s.swift_version = "5.7"