Skip to content

Commit b7399cb

Browse files
author
Build Pipeline
committed
update release
1 parent 5f3b850 commit b7399cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Example/FieldValidatorSample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
233233
GCC_WARN_UNUSED_FUNCTION = YES;
234234
GCC_WARN_UNUSED_VARIABLE = YES;
235-
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
235+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
236236
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
237237
MTL_FAST_MATH = YES;
238238
ONLY_ACTIVE_ARCH = YES;
@@ -286,7 +286,7 @@
286286
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
287287
GCC_WARN_UNUSED_FUNCTION = YES;
288288
GCC_WARN_UNUSED_VARIABLE = YES;
289-
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
289+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
290290
MTL_ENABLE_DEBUG_INFO = NO;
291291
MTL_FAST_MATH = YES;
292292
SDKROOT = iphoneos;

FieldValidatorLibrary.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "FieldValidatorLibrary"
19-
spec.version = "1.3.0"
19+
spec.version = "1.4.0"
2020
spec.summary = "SwiftUI library supporting 'Form Validation'"
2121

2222
# This description is used to generate tags and improve search results.
@@ -81,7 +81,7 @@ Pod::Spec.new do |spec|
8181
# Supports git, hg, bzr, svn and HTTP.
8282
#
8383

84-
spec.source = { :git => "https://github.com/bsorrentino/swiftui-fieldvalidator.git", :tag => "v1.3.0" }
84+
spec.source = { :git => "https://github.com/bsorrentino/swiftui-fieldvalidator.git", :tag => "v1.4.0" }
8585

8686

8787
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)