Skip to content

Commit

Permalink
chore: Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 21, 2017
1 parent d7d16a1 commit 7cb4e31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for URITemplate

## 2.0.3

### Bug Fixes

- Prevents using deprecated APIs when building on Swift 4.

## 2.0.2

### Enhancements
Expand Down
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.2'
spec.version = '2.0.3'
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 7cb4e31

Please sign in to comment.