From 59ac63c3f17a9ffcaba7f7322773f1856c3901a3 Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Tue, 25 May 2021 07:30:33 -0700 Subject: [PATCH] Set podspec version to 1.6.0 --- ScrollingContentViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index 1efa529..51d36e0 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.4.0' + s.version = '1.6.0' s.summary = 'A Swift library that simplifies making a view controller\'s view scrollable' s.description = <<-DESC