From 52b381e89ace5496165f55b16364c6d2a3f05a5a Mon Sep 17 00:00:00 2001 From: Stefan Herold Date: Tue, 25 Sep 2018 12:55:58 +0200 Subject: [PATCH] Fastlane: Release on Production 1.5.0 --- CHANGELOG.md | 2 ++ Example/SHSearchBar.xcodeproj/project.pbxproj | 4 ++-- Example/SHSearchBar/Info.plist | 4 ++-- Example/Tests/Info.plist | 4 ++-- SHSearchBar.podspec | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9bb2b..14bb204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## [Unreleased] + +## [1.5.0] - 2018-09-25 * [#41](https://github.com/Blackjacx/SHSearchBar/pull/41): Swift 4.2 - [@blackjacx](https://github.com/blackjacx). ## [1.4.3] - 2018-07-12 diff --git a/Example/SHSearchBar.xcodeproj/project.pbxproj b/Example/SHSearchBar.xcodeproj/project.pbxproj index 49db2e4..a46b319 100644 --- a/Example/SHSearchBar.xcodeproj/project.pbxproj +++ b/Example/SHSearchBar.xcodeproj/project.pbxproj @@ -540,7 +540,7 @@ baseConfigurationReference = 4E5D9DD31A134DBDCBF6B0BD /* Pods-SHSearchBar_Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = PCW579R278; INFOPLIST_FILE = SHSearchBar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -557,7 +557,7 @@ baseConfigurationReference = 53F3CEB9AA62FFC13214F692 /* Pods-SHSearchBar_Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = PCW579R278; INFOPLIST_FILE = SHSearchBar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/Example/SHSearchBar/Info.plist b/Example/SHSearchBar/Info.plist index a3e2527..915b69d 100644 --- a/Example/SHSearchBar/Info.plist +++ b/Example/SHSearchBar/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.3 + 1.5.0 CFBundleSignature ???? CFBundleVersion - 4 + 5 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist index 52903b3..7fc27d0 100644 --- a/Example/Tests/Info.plist +++ b/Example/Tests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.3 + 1.5.0 CFBundleSignature ???? CFBundleVersion - 4 + 5 diff --git a/SHSearchBar.podspec b/SHSearchBar.podspec index 45a9238..b5b0029 100644 --- a/SHSearchBar.podspec +++ b/SHSearchBar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SHSearchBar' - s.version = '1.4.3' + s.version = '1.5.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'The search bar that does not suck.' s.description = <<-DESC