diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e7657da..65d57f67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Pulse 4.x +## Pulse 4.0.5 + +*Nov 27, 2023* + +- Update documentation on custom views +- Minor fixes and improvements in the UI + ## Pulse 4.0.4 *Nov 5, 2023* diff --git a/Pulse.xcodeproj/project.pbxproj b/Pulse.xcodeproj/project.pbxproj index c2923eb8d..de11c9e11 100644 --- a/Pulse.xcodeproj/project.pbxproj +++ b/Pulse.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 53; objects = { /* Begin PBXBuildFile section */ @@ -2612,7 +2612,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 4.0.4; + MARKETING_VERSION = 4.0.5; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; @@ -2663,7 +2663,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 4.0.4; + MARKETING_VERSION = 4.0.5; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES; diff --git a/PulseCore.podspec b/PulseCore.podspec index 9a4e3abcf..8b9d121ad 100644 --- a/PulseCore.podspec +++ b/PulseCore.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PulseCore" s.module_name = "Pulse" -s.version = "4.0.4" +s.version = "4.0.5" s.summary = "Logging system for Apple platforms" s.swift_version = "5.7" diff --git a/PulseUI.podspec b/PulseUI.podspec index 6ed5ca441..843779419 100644 --- a/PulseUI.podspec +++ b/PulseUI.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PulseUI" s.module_name = "PulseUI" -s.version = "4.0.4" +s.version = "4.0.5" s.summary = "Logging system for Apple platforms" s.swift_version = "5.7"