File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Pulse 4.x
2
2
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
+
3
9
## Pulse 4.2.3
4
10
5
11
* Jun 3, 2024*
Original file line number Diff line number Diff line change 2646
2646
GCC_WARN_UNUSED_VARIABLE = YES;
2647
2647
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2648
2648
MACOSX_DEPLOYMENT_TARGET = 12.0;
2649
- MARKETING_VERSION = 4.2.3 ;
2649
+ MARKETING_VERSION = 4.2.4 ;
2650
2650
ONLY_ACTIVE_ARCH = YES;
2651
2651
SDKROOT = iphoneos;
2652
2652
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2697
2697
GCC_WARN_UNUSED_VARIABLE = YES;
2698
2698
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2699
2699
MACOSX_DEPLOYMENT_TARGET = 12.0;
2700
- MARKETING_VERSION = 4.2.3 ;
2700
+ MARKETING_VERSION = 4.2.4 ;
2701
2701
SDKROOT = iphoneos;
2702
2702
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2703
2703
SUPPORTS_MACCATALYST = YES;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "PulseCore"
4
4
s . module_name = "Pulse"
5
- s . version = "4.2.3 "
5
+ s . version = "4.2.4 "
6
6
s . summary = "Logging system for Apple platforms"
7
7
s . swift_version = "5.7"
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "PulseUI"
4
4
s . module_name = "PulseUI"
5
- s . version = "4.2.3 "
5
+ s . version = "4.2.4 "
6
6
s . summary = "Logging system for Apple platforms"
7
7
s . swift_version = "5.7"
8
8
You can’t perform that action at this time.
0 commit comments