From 46880f6631ea560021c4fd933dc109a73debe8f0 Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sat, 30 Mar 2019 08:55:18 -0700 Subject: [PATCH] Set version to 1.4.0 --- ScrollingContentViewController.podspec | 2 +- Source/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index 90febbc..1efa529 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.3.0' + s.version = '1.4.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 9cae99d..4476ba2 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)