From d3b27d7597ecd9e035e7f477513c7f43cea24c5c Mon Sep 17 00:00:00 2001 From: Daniel Dahan Date: Wed, 27 Jun 2018 18:21:22 -0600 Subject: [PATCH] pr-40: Fixed delegation issue, where UINavigationController and UITabBarController were incorrectly calling their delegate methods --- CHANGELOG.md | 4 ++++ Motion.podspec | 2 +- Sources/Info.plist | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 528a711..277cb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.2 + +* [pr-40](https://github.com/CosmicMind/Motion/pull/40): Fixed delegation issue, where UINavigationController and UITabBarController were not correctly calling their delegate methods. + ## 1.4.1 * Minor cleanup. diff --git a/Motion.podspec b/Motion.podspec index 1b8663b..4e0f270 100755 --- a/Motion.podspec +++ b/Motion.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Motion' - s.version = '1.4.1' + s.version = '1.4.2' s.swift_version = '4.0' s.license = 'MIT' s.summary = 'A library used to create beautiful animations and transitions for Apple devices.' diff --git a/Sources/Info.plist b/Sources/Info.plist index 0d7b54f..b4a7f4f 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.1 + 1.4.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass