From 67937631d75067c1c5e151b630c9a163acd73e03 Mon Sep 17 00:00:00 2001 From: Valerio Date: Sun, 31 Mar 2024 12:05:50 +0200 Subject: [PATCH] update podspec --- SmartNet.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartNet.podspec b/SmartNet.podspec index b47e36c..2c98c5b 100644 --- a/SmartNet.podspec +++ b/SmartNet.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SmartNet' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'Smart and easy HTTP Networking library in Swift' s.homepage = 'https://github.com/vetrek/SmartNet' s.license = { :type => 'MIT', :file => 'LICENSE' }