From 6d50f761adb48d15ee0b09a945310bdbc47552f1 Mon Sep 17 00:00:00 2001 From: Drew Olbrich Date: Sat, 23 Mar 2019 09:22:24 -0700 Subject: [PATCH] Set version to 1.2.1 --- ScrollingContentViewController.podspec | 2 +- ScrollingContentViewController.xcodeproj/project.pbxproj | 2 +- Source/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ScrollingContentViewController.podspec b/ScrollingContentViewController.podspec index 65477eb..1a70f4e 100644 --- a/ScrollingContentViewController.podspec +++ b/ScrollingContentViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ScrollingContentViewController' - s.version = '1.2.0' + s.version = '1.2.1' s.summary = 'A Swift library that simplifies making a view controller\'s view scrollable' s.description = <<-DESC diff --git a/ScrollingContentViewController.xcodeproj/project.pbxproj b/ScrollingContentViewController.xcodeproj/project.pbxproj index c052d3e..cef4368 100644 --- a/ScrollingContentViewController.xcodeproj/project.pbxproj +++ b/ScrollingContentViewController.xcodeproj/project.pbxproj @@ -219,7 +219,7 @@ 3A881DB72245257E00E21CA2 /* InsetContentViewKeyboardTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsetContentViewKeyboardTests.swift; sourceTree = ""; }; 3AAC048821E2D3FD00D94DA5 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 3AAC048921E2D3FD00D94DA5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 3AAC048A21E2D3FD00D94DA5 /* ScrollingContentViewController.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ScrollingContentViewController.podspec; sourceTree = ""; }; + 3AAC048A21E2D3FD00D94DA5 /* ScrollingContentViewController.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; fileEncoding = 4; path = ScrollingContentViewController.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 3AAC048E21E2D4C500D94DA5 /* ScrollingContentViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollingContentViewController.swift; sourceTree = ""; }; 3AAC049021E2D4F100D94DA5 /* ScrollingContentViewManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollingContentViewManager.swift; sourceTree = ""; }; 3AAC049321E2F01C00D94DA5 /* UIResponder+Current.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIResponder+Current.swift"; sourceTree = ""; }; diff --git a/Source/Info.plist b/Source/Info.plist index 832301b..6a8011f 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0 + 1.2.1 CFBundleVersion $(CURRENT_PROJECT_VERSION)