From 296684b3388ffca638662311521ee696f7b29247 Mon Sep 17 00:00:00 2001
From: Daniel Dahan <daniel@cosmicmind.com>
Date: Thu, 19 Jul 2018 14:44:46 -0400
Subject: [PATCH] prepare release 1.4.3

---
 CHANGELOG.md       | 5 +++++
 Motion.podspec     | 2 +-
 Sources/Info.plist | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 277cb50..ed9baed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.4.3
+
+* [pr-42](https://github.com/CosmicMind/Motion/pull/42): Fixed unbalanced calls to begin/end appearance transitions.
+  * [issue-29](https://github.com/CosmicMind/Motion/issues/29): Unbalanced calls to begin/end appearance.
+
 ## 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.
diff --git a/Motion.podspec b/Motion.podspec
index 4e0f270..83dbe14 100755
--- a/Motion.podspec
+++ b/Motion.podspec
@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'Motion'
-  s.version = '1.4.2'
+  s.version = '1.4.3'
   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 b4a7f4f..6d3b470 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.4.2</string>
+	<string>1.4.3</string>
 	<key>CFBundleVersion</key>
 	<string>$(CURRENT_PROJECT_VERSION)</string>
 	<key>NSPrincipalClass</key>