Skip to content

Commit 42023fc

Browse files
committed
Version 4.2.6
1 parent 50466e8 commit 42023fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Pulse.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@
26462646
GCC_WARN_UNUSED_VARIABLE = YES;
26472647
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26482648
MACOSX_DEPLOYMENT_TARGET = 12.0;
2649-
MARKETING_VERSION = 4.2.5;
2649+
MARKETING_VERSION = 4.2.6;
26502650
ONLY_ACTIVE_ARCH = YES;
26512651
SDKROOT = iphoneos;
26522652
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
@@ -2697,7 +2697,7 @@
26972697
GCC_WARN_UNUSED_VARIABLE = YES;
26982698
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
26992699
MACOSX_DEPLOYMENT_TARGET = 12.0;
2700-
MARKETING_VERSION = 4.2.5;
2700+
MARKETING_VERSION = 4.2.6;
27012701
SDKROOT = iphoneos;
27022702
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
27032703
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.2.5"
5+
s.version = "4.2.6"
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.2.5"
5+
s.version = "4.2.6"
66
s.summary = "Logging system for Apple platforms"
77
s.swift_version = "5.7"
88

0 commit comments

Comments
 (0)