Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 21, 2017
1 parent 70a1312 commit 98cfe5c
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/).

---

## 1.1.0 (TBD)
## [1.1.0](https://github.com/ngageoint/geopackage-tiff-ios/releases/tag/1.1.0) (11-21-2017)

* TIFF Field Type sample format utilities
* Rasters initializer support for multiple samples per pixel
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ Include this repository by specifying it in a Podfile using a supported option.

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

pod 'tiff-ios', '~> 1.0'
pod 'tiff-ios', '~> 1.1'

Pull from GitHub:

pod 'tiff-ios', :git => 'https://github.com/ngageoint/geopackage-tiff-iOS.git', :branch => 'master'
pod 'tiff-ios', :git => 'https://github.com/ngageoint/geopackage-tiff-iOS.git', :tag => '1.0.3'
pod 'tiff-ios', :git => 'https://github.com/ngageoint/geopackage-tiff-iOS.git', :tag => '1.1.0'

Include as local project:

Expand Down

0 comments on commit 98cfe5c

Please sign in to comment.