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)