Skip to content

Commit

Permalink
Version 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 9, 2023
1 parent 6f640b1 commit 36cb6f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
4 changes: 2 additions & 2 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 36cb6f0

Please sign in to comment.