Skip to content

Commit

Permalink
Version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Nov 27, 2023
1 parent 16b54fe commit d647e99
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
6 changes: 3 additions & 3 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 53;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion PulseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion PulseUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d647e99

Please sign in to comment.