Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jul 16, 2018
1 parent 29ac860 commit 0b80eb2
Show file tree
Hide file tree
Showing 2 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 @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 3.0.1 (TBD)
## [3.0.1](https://github.com/ngageoint/geopackage-ios/releases/tag/3.0.1) (07-16-2018)

* Database name fix when opening a GeoPackage with a name different from the file name
* Related Tables Extension support
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Include this repository by specifying it in a Podfile using a supported option.

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

pod 'geopackage-ios', '~> 3.0'
pod 'geopackage-ios', '~> 3.0.1'

Pull from GitHub via CocoaPods:

pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '3.0.0'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '3.0.1'

Include as local project:

Expand Down

0 comments on commit 0b80eb2

Please sign in to comment.