Skip to content

Commit 5f089a8

Browse files
committed
8.0.6 release
1 parent 1c56ed5 commit 5f089a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

55
---
66

7-
## 8.0.6 (04-16-2024)
7+
## [8.0.6](https://github.com/ngageoint/geopackage-ios/releases/tag/8.0.6) (04-16-2024)
88

99
* podspec dependency fixes
1010

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ Include this repository by specifying it in a Podfile using a supported option.
3434

3535
Pull from [CocoaPods](https://cocoapods.org/pods/geopackage-ios):
3636

37-
pod 'geopackage-ios', '~> 8.0.5'
37+
pod 'geopackage-ios', '~> 8.0.6'
3838

3939
If you use `use_modular_headers!` in your Podfile, disable modular headers for the [PROJ](https://github.com/ngageoint/PROJ) dependency:
4040

41-
pod 'geopackage-ios', '~> 8.0.5'
41+
pod 'geopackage-ios', '~> 8.0.6'
4242
pod 'PROJ', :modular_headers => false
4343

4444
Pull from GitHub via CocoaPods:
4545

4646
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
47-
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.5'
47+
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.6'
4848

4949
Include as local project:
5050

0 commit comments

Comments
 (0)