From 476ab656b6a562ba3f87ba7310df02c70f44c386 Mon Sep 17 00:00:00 2001 From: Alexander Ignition Date: Fri, 6 Nov 2020 10:34:31 +0300 Subject: [PATCH] Version 1.1.0 --- Apexy.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apexy.podspec b/Apexy.podspec index c152021..b2fec8c 100644 --- a/Apexy.podspec +++ b/Apexy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Apexy" - s.version = "1.0.0" + s.version = "1.1.0" s.summary = "HTTP transport library" s.homepage = "https://github.com/RedMadRobot/apexy-ios" s.license = { :type => "MIT"}