From 1e6d427d8fd659daaf22e86531741a46699e6827 Mon Sep 17 00:00:00 2001 From: Yosuke Ishikawa Date: Fri, 6 May 2016 21:23:32 +0900 Subject: [PATCH] Update podspec --- APIKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APIKit.podspec b/APIKit.podspec index feac944d..1cb778f1 100644 --- a/APIKit.podspec +++ b/APIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APIKit" - s.version = "2.0.0-beta.3" + s.version = "2.0.0-beta.4" s.summary = "A networking library for building type safe web API client in Swift." s.homepage = "https://github.com/ishkawa/APIKit"