From 5a08bff7a55617e50f941b68f90e49dca5a4d807 Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sat, 23 Mar 2019 09:24:50 -0700 Subject: [PATCH] Set version to 1.3.0 --- ScrollingContentViewController.podspec | 2 +- Source/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index 1a70f4e..74fe20f 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.2.1' + s.version = '1.3.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 6a8011f..9cae99d 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.1 + 1.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION)