From 63941856e9c7df285e659dd5271a6f4be9f3e11b Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Wed, 9 Sep 2015 17:43:42 -0700 Subject: [PATCH] Release 1.3.0 --- URITemplate.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URITemplate.podspec b/URITemplate.podspec index 1da1e33..7338cad 100644 --- a/URITemplate.podspec +++ b/URITemplate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'URITemplate' - spec.version = '1.2.0' + spec.version = '1.3.0' spec.summary = 'Swift library for dealing with URI Templates (RFC6570)' spec.homepage = 'https://github.com/kylef/URITemplate.swift' spec.license = { :type => 'MIT', :file => 'LICENSE' }