From 2ece9b58bcade551aafcc9ab0fe7ffa72e86f18d Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Tue, 19 Mar 2019 21:21:19 -0700 Subject: [PATCH] Set version to 1.2.0 --- ScrollingContentViewController.podspec | 2 +- Source/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index ce6de54..65477eb 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.1.0' + s.version = '1.2.0' s.summary = 'A Swift library that simplifies making a view controller\'s view scrollable' s.description = <<-DESC diff --git a/Source/Info.plist b/Source/Info.plist index a4cf4c4..832301b 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)