Skip to content

Commit

Permalink
chore: Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 7, 2017
1 parent f3e3c6e commit 1297257
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
3.1
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog for URITemplate

## 2.0.1

Internal refactoring to prevent use of deprecated system APIs.
2 changes: 1 addition & 1 deletion URITemplate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'URITemplate'
spec.version = '2.0.0'
spec.version = '2.0.1'
spec.summary = 'Swift library for dealing with URI Templates (RFC6570)'
spec.homepage = 'https://github.com/kylef/URITemplate.swift'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 1297257

Please sign in to comment.