From 36cb6f05affbf7840fa27cde1b65257f54fdc88c Mon Sep 17 00:00:00 2001 From: Alex Grebenyuk Date: Sun, 9 Apr 2023 09:47:04 -0400 Subject: [PATCH] Version 3.5.7 --- CHANGELOG.md | 8 ++++++++ Pulse.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f774d9f5..723c64237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Pulse 3.x +## Pulse 3.5.7 + +*Apr 9, 2023* + +- Fix [#180](https://github.com/kean/Pulse/issues/180): crash when sharing requests +- Fix layout for pending requests +- Fix an issue with inconsistent text styles in HTML exports + ## Pulse 3.5.6 *Apr 6, 2023* diff --git a/Pulse.xcodeproj/project.pbxproj b/Pulse.xcodeproj/project.pbxproj index e1aa2b7a4..ad032d699 100644 --- a/Pulse.xcodeproj/project.pbxproj +++ b/Pulse.xcodeproj/project.pbxproj @@ -2679,7 +2679,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 3.5.6; + MARKETING_VERSION = 3.5.7; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; @@ -2723,7 +2723,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 3.5.6; + MARKETING_VERSION = 3.5.7; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES;