Skip to content

Commit 8bc792c

Browse files
committed
Version 4.2.4
1 parent 578df05 commit 8bc792c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Pulse 4.x
22

3+
## Pulse 4.2.4
4+
5+
*Jun 8, 2024*
6+
7+
- Fix an order of exported items by @goranbrl in https://github.com/kean/Pulse/pull/261
8+
39
## Pulse 4.2.3
410

511
*Jun 3, 2024*

Pulse.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@
26462646
GCC_WARN_UNUSED_VARIABLE = YES;
26472647
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26482648
MACOSX_DEPLOYMENT_TARGET = 12.0;
2649-
MARKETING_VERSION = 4.2.3;
2649+
MARKETING_VERSION = 4.2.4;
26502650
ONLY_ACTIVE_ARCH = YES;
26512651
SDKROOT = iphoneos;
26522652
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
@@ -2697,7 +2697,7 @@
26972697
GCC_WARN_UNUSED_VARIABLE = YES;
26982698
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26992699
MACOSX_DEPLOYMENT_TARGET = 12.0;
2700-
MARKETING_VERSION = 4.2.3;
2700+
MARKETING_VERSION = 4.2.4;
27012701
SDKROOT = iphoneos;
27022702
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
27032703
SUPPORTS_MACCATALYST = YES;

PulseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "PulseCore"
44
s.module_name = "Pulse"
5-
s.version = "4.2.3"
5+
s.version = "4.2.4"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

PulseUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "PulseUI"
44
s.module_name = "PulseUI"
5-
s.version = "4.2.3"
5+
s.version = "4.2.4"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

0 commit comments

Comments
 (0)