From 151decf2faca7fda40aa51c5eff42592a6f4ac59 Mon Sep 17 00:00:00 2001 From: Piergiuseppe Longo Date: Sat, 21 Jan 2017 17:36:36 +0100 Subject: [PATCH] Bump version to 4.2.0 --- Demo/Info.plist | 2 +- PKHUD.podspec | 2 +- PKHUD/Info.plist | 2 +- PKHUDDemoUITests/Info.plist | 2 +- fastlane/Fastfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Demo/Info.plist b/Demo/Info.plist index 76e64c5..7a8c9ef 100644 --- a/Demo/Info.plist +++ b/Demo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.1.0 + 4.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/PKHUD.podspec b/PKHUD.podspec index aaed404..acc86d3 100644 --- a/PKHUD.podspec +++ b/PKHUD.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'PKHUD' s.module_name = 'PKHUD' - s.version = '4.1.0' + s.version = '4.2.0' s.summary = 'A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up' s.homepage = 'https://github.com/pkluz/PKHUD' s.license = 'MIT' diff --git a/PKHUD/Info.plist b/PKHUD/Info.plist index b4cbf65..898b01e 100644 --- a/PKHUD/Info.plist +++ b/PKHUD/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.0 + 4.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/PKHUDDemoUITests/Info.plist b/PKHUDDemoUITests/Info.plist index 7251f6d..34ff3ac 100644 --- a/PKHUDDemoUITests/Info.plist +++ b/PKHUDDemoUITests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.1.0 + 4.2.0 CFBundleVersion 1 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index b827714..ed49d17 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -5,7 +5,7 @@ platform :ios do before_all do |lane, options| swiftlint(mode: :autocorrect) - scan +# scan end lane :test do