Skip to content

Commit

Permalink
ogc-api-features-json-ios version 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jan 19, 2024
1 parent 5b158d9 commit e8742dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

## 8.0.5 (TBD)

* TBD
* ogc-api-features-json-ios version 4.2.5

## [8.0.4](https://github.com/ngageoint/geopackage-ios/releases/tag/8.0.4) (11-15-2023)

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'geopackage-ios' do
pod 'sf-wkb-ios', '~> 4.1.3'
pod 'sf-wkt-ios', '~> 2.1.3'
pod 'sf-proj-ios', '~> 6.0.2'
pod 'ogc-api-features-json-ios', '~> 4.2.4'
pod 'ogc-api-features-json-ios', '~> 4.2.5'
pod 'color-ios', '~> 1.0.2'
pod 'tiff-ios', '~> 4.0.2'

Expand Down
2 changes: 1 addition & 1 deletion geopackage-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.dependency 'sf-wkb-ios', '~> 4.1.3'
s.dependency 'sf-wkt-ios', '~> 2.1.3'
s.dependency 'sf-proj-ios', '~> 6.0.2'
s.dependency 'ogc-api-features-json-ios', '~> 4.2.4'
s.dependency 'ogc-api-features-json-ios', '~> 4.2.5'
s.dependency 'color-ios', '~> 1.0.2'
s.dependency 'tiff-ios', '~> 4.0.2'
end

0 comments on commit e8742dd

Please sign in to comment.