From 16cb099b6683d9a64474c521962e294e491455e9 Mon Sep 17 00:00:00 2001 From: Orkhan Alikhanov Date: Sun, 30 Jul 2017 04:40:44 +0400 Subject: [PATCH] Updated version --- Http.swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Http.swift.podspec b/Http.swift.podspec index c30e55c..7c92fb2 100644 --- a/Http.swift.podspec +++ b/Http.swift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Http.swift' - s.version = '1.3.0' + s.version = '1.3.1' s.summary = 'A tiny http server engine written in swift.' s.homepage = 'https://github.com/BiAtoms/Http.swift' s.license = { :type => 'MIT', :file => 'LICENSE' }