From 9abb424e361b619c1402d4976d987011ea500fac Mon Sep 17 00:00:00 2001 From: Will McGinty Date: Wed, 2 Jan 2019 11:17:03 -0600 Subject: [PATCH 1/3] Update target version number --- UtiliKit.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UtiliKit.xcodeproj/project.pbxproj b/UtiliKit.xcodeproj/project.pbxproj index 1bf90b1..0c028e6 100644 --- a/UtiliKit.xcodeproj/project.pbxproj +++ b/UtiliKit.xcodeproj/project.pbxproj @@ -682,7 +682,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VERSION = 1.3.4; + VERSION = 1.3.5; }; name = Debug; }; @@ -731,7 +731,7 @@ SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; VALIDATE_PRODUCT = YES; - VERSION = 1.3.4; + VERSION = 1.3.5; }; name = Release; }; From 4548dd1b06872976d928ad57e7713fc6478a25df Mon Sep 17 00:00:00 2001 From: Will McGinty Date: Wed, 2 Jan 2019 11:17:52 -0600 Subject: [PATCH 2/3] Update version number in podspec --- UtiliKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtiliKit.podspec b/UtiliKit.podspec index d61ca4e..55c94f8 100644 --- a/UtiliKit.podspec +++ b/UtiliKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'UtiliKit' -s.version = '1.3.4' +s.version = '1.3.5' s.summary = 'All the things you are tired of writing.' # This description is used to generate tags and improve search results. From 8cff255b7ebd723ab0c75dafd2000899cfce62c1 Mon Sep 17 00:00:00 2001 From: Will McGinty Date: Wed, 2 Jan 2019 11:18:47 -0600 Subject: [PATCH 3/3] Update changelog for new release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af58ff..c84dae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ ##### Bug Fixes +* None. + + +## 1.3.5 (2019-01-02) + +##### Enhancements + +* None. + +##### Bug Fixes + * Handle another case of transitioning pre-load. [Will McGinty](https://github.com/willmcginty) [#46](https://github.com/BottleRocketStudios/iOS-UtiliKit/pull/46)