From 6f18376df445deb46cfa83ddb923468cc9ec736c Mon Sep 17 00:00:00 2001 From: Brandon Erbschloe Date: Tue, 2 Oct 2018 10:22:52 -0500 Subject: [PATCH] Bump version --- Source/Info.plist | 2 +- Squidward.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Info.plist b/Source/Info.plist index 7e9e1f4..60be253 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.5.0 + 2.5.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Squidward.podspec b/Squidward.podspec index 43495b6..ad90ac7 100644 --- a/Squidward.podspec +++ b/Squidward.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Squidward" - s.version = "2.5.0" + s.version = "2.5.1" s.summary = "Squidward is an iOS framework that reduces the plumbing of working with UIKit." s.homepage = "https://github.com/QuarkWorks/Squidward" s.license = "MIT" s.author = "QuarkWorks" s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "2.5.0" } + s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "2.5.1" } s.source_files = "Squidward", "Source/**/*.{h,m,swift}" end