From 1024939b76bf4e2d1ee7372de5a274cf73dcb01b Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sun, 18 Jul 2021 10:01:34 -0700 Subject: [PATCH] Set podspec version to 1.6.2 --- ScrollingContentViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index 863965a..2eccd4c 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.6.1' + s.version = '1.6.2' s.summary = 'A Swift library that simplifies making a view controller\'s view scrollable' s.description = <<-DESC