From 71363b2a79845e081fcffba35dc3554d520bc432 Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Mon, 20 May 2024 16:48:46 +0200 Subject: [PATCH] Set 1.7.0 as release for podspec --- ScrollStackController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollStackController.podspec b/ScrollStackController.podspec index 00eb216..9333c52 100644 --- a/ScrollStackController.podspec +++ b/ScrollStackController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ScrollStackController" - s.version = "1.6.0" + s.version = "1.7.0" s.summary = "Create complex scrollable layout using UIViewController and simplify your code" s.homepage = "https://github.com/malcommac/ScrollStackController" s.license = { :type => "MIT", :file => "LICENSE" }