From 2de1a0a7b1d8c94b3356566748549d97d2bf88ba Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sun, 27 Aug 2023 09:43:17 -0700 Subject: [PATCH] Release 1.7.0 --- ScrollingContentViewController.podspec | 2 +- Sources/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index 1fe219e..385bab0 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.6.6' + s.version = '1.7.0' s.summary = 'A Swift library that simplifies making a view controller\'s view scrollable' s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index a2fa025..cc06ea2 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.6 + 1.7.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)