From e7d9582edb467a6d2f8c67359881f2b40d8ef3b3 Mon Sep 17 00:00:00 2001 From: Julio Cesar Sanchez Hernandez Date: Wed, 20 Sep 2017 17:39:23 +0200 Subject: [PATCH] Bump version --- AeroGearHttp.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AeroGearHttp.podspec b/AeroGearHttp.podspec index 64b00bc..7881faa 100644 --- a/AeroGearHttp.podspec +++ b/AeroGearHttp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AeroGearHttp" - s.version = "1.0.0" + s.version = "2.0.0" s.summary = "Lightweight lib around NSURLSession to ease HTTP calls." s.homepage = "https://github.com/aerogear/aerogear-ios-http" s.license = 'Apache License, Version 2.0'