Skip to content

Commit d647e99

Browse files
committed
Version 4.0.5
1 parent 16b54fe commit d647e99

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Pulse 4.x
22

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+
310
## Pulse 4.0.4
411

512
*Nov 5, 2023*

Pulse.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 54;
6+
objectVersion = 53;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -2612,7 +2612,7 @@
26122612
GCC_WARN_UNUSED_VARIABLE = YES;
26132613
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26142614
MACOSX_DEPLOYMENT_TARGET = 12.0;
2615-
MARKETING_VERSION = 4.0.4;
2615+
MARKETING_VERSION = 4.0.5;
26162616
ONLY_ACTIVE_ARCH = YES;
26172617
SDKROOT = iphoneos;
26182618
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
@@ -2663,7 +2663,7 @@
26632663
GCC_WARN_UNUSED_VARIABLE = YES;
26642664
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26652665
MACOSX_DEPLOYMENT_TARGET = 12.0;
2666-
MARKETING_VERSION = 4.0.4;
2666+
MARKETING_VERSION = 4.0.5;
26672667
SDKROOT = iphoneos;
26682668
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
26692669
SUPPORTS_MACCATALYST = YES;

PulseCore.podspec

+1-1
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.0.4"
5+
s.version = "4.0.5"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

PulseUI.podspec

+1-1
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.0.4"
5+
s.version = "4.0.5"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

0 commit comments

Comments
 (0)