Skip to content

Commit

Permalink
color-ios 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jan 12, 2023
1 parent 041e633 commit a02db28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
* sf-proj-ios version 5.1.1
* ogc-api-features-json-ios version 4.2.2
* tiff-ios version 4.0.1
* color version 1.0.1
* Imports cleanup and simplification

## [7.4.0](https://github.com/ngageoint/geopackage-ios/releases/tag/7.4.0) (12-09-2022)
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'geopackage-ios' do
pod 'sf-wkt-ios', '~> 2.1.1'
pod 'sf-proj-ios', '~> 5.1.1'
pod 'ogc-api-features-json-ios', '~> 4.2.2'
pod 'color-ios', '~> 1.0.0'
pod 'color-ios', '~> 1.0.1'
pod 'tiff-ios', '~> 4.0.1'

target 'geopackage-iosTests' do
Expand Down
2 changes: 1 addition & 1 deletion geopackage-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Pod::Spec.new do |s|
s.dependency 'sf-wkt-ios', '~> 2.1.1'
s.dependency 'sf-proj-ios', '~> 5.1.1'
s.dependency 'ogc-api-features-json-ios', '~> 4.2.2'
s.dependency 'color-ios', '~> 1.0.0'
s.dependency 'color-ios', '~> 1.0.1'
s.dependency 'tiff-ios', '~> 4.0.1'
end

0 comments on commit a02db28

Please sign in to comment.