Skip to content

Commit

Permalink
release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 3, 2019
1 parent eb67c38 commit 6b613ea
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/).

---

## 2.0.2 (TBD)
## [2.0.2](https://github.com/ngageoint/simple-features-ios/releases/tag/2.0.2) (04-03-2019)

* Geometry Type parent and child hierarchy utility methods
* Encode and decode geometry utility methods
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Include this repository by specifying it in a Podfile using a supported option.

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

pod 'sf-ios', '~> 2.0.1'
pod 'sf-ios', '~> 2.0.2'

Pull from GitHub:

pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :branch => 'master'
pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '2.0.1'
pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '2.0.2'

Include as local project:

Expand Down

0 comments on commit 6b613ea

Please sign in to comment.