Skip to content

Commit 2fa10a5

Browse files
committed
sf-ios 4.1.4
1 parent c22a443 commit 2fa10a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
66

77
## 4.1.4 (TBD)
88

9-
* TBD
9+
* sf-ios 4.1.4
1010

1111
## [4.1.3](https://github.com/ngageoint/simple-features-wkb-ios/releases/tag/4.1.3) (11-13-2023)
1212

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '12.0'
33

44
target 'sf-wkb-ios' do
5-
pod 'sf-ios', '~> 4.1.3'
5+
pod 'sf-ios', '~> 4.1.4'
66

77
target 'sf-wkb-iosTests' do
88
inherit! :search_paths

sf-wkb-ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717

1818
s.frameworks = 'Foundation'
1919

20-
s.dependency 'sf-ios', '~> 4.1.3'
20+
s.dependency 'sf-ios', '~> 4.1.4'
2121
end

0 commit comments

Comments
 (0)