From b9679a5e3386cf15c5d3446c559bd85aef667110 Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Mon, 16 Jul 2018 12:44:34 -0700 Subject: [PATCH] Bump version --- Embassy.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Embassy.podspec b/Embassy.podspec index 79f6479..0ca519e 100644 --- a/Embassy.podspec +++ b/Embassy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Embassy' - spec.version = '4.0.5' + spec.version = '4.0.6' spec.summary = 'Lightweight async HTTP server in pure Swift for iOS/macOS UI Automatic testing data mocking' spec.homepage = 'https://github.com/envoy/Embassy' spec.license = 'MIT'