File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Pulse 4.x
2
2
3
+ ## Pulse 4.0.5
4
+
5
+ * Nov 27, 2023*
6
+
7
+ - Update documentation on custom views
8
+ - Minor fixes and improvements in the UI
9
+
3
10
## Pulse 4.0.4
4
11
5
12
* Nov 5, 2023*
Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 54 ;
6
+ objectVersion = 53 ;
7
7
objects = {
8
8
9
9
/* Begin PBXBuildFile section */
2612
2612
GCC_WARN_UNUSED_VARIABLE = YES;
2613
2613
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2614
2614
MACOSX_DEPLOYMENT_TARGET = 12.0;
2615
- MARKETING_VERSION = 4.0.4 ;
2615
+ MARKETING_VERSION = 4.0.5 ;
2616
2616
ONLY_ACTIVE_ARCH = YES;
2617
2617
SDKROOT = iphoneos;
2618
2618
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2663
2663
GCC_WARN_UNUSED_VARIABLE = YES;
2664
2664
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2665
2665
MACOSX_DEPLOYMENT_TARGET = 12.0;
2666
- MARKETING_VERSION = 4.0.4 ;
2666
+ MARKETING_VERSION = 4.0.5 ;
2667
2667
SDKROOT = iphoneos;
2668
2668
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2669
2669
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.0.4 "
5
+ s . version = "4.0.5 "
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.0.4 "
5
+ s . version = "4.0.5 "
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