From 6b613ea866e6d047805debcfe33b145e10c4c0cc Mon Sep 17 00:00:00 2001 From: Brian Osborn Date: Wed, 3 Apr 2019 13:57:51 -0600 Subject: [PATCH] release 2.0.2 --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65954a4..d022c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 80856fa..7982fd4 100644 --- a/README.md +++ b/README.md @@ -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: