Skip to content

Commit d3b27d7

Browse files
author
Daniel Dahan
committed
pr-40: Fixed delegation issue, where UINavigationController and UITabBarController were incorrectly calling their delegate methods
1 parent 0b4833d commit d3b27d7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.2
2+
3+
* [pr-40](https://github.com/CosmicMind/Motion/pull/40): Fixed delegation issue, where UINavigationController and UITabBarController were not correctly calling their delegate methods.
4+
15
## 1.4.1
26

37
* Minor cleanup.

Motion.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Motion'
3-
s.version = '1.4.1'
3+
s.version = '1.4.2'
44
s.swift_version = '4.0'
55
s.license = 'MIT'
66
s.summary = 'A library used to create beautiful animations and transitions for Apple devices.'

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.1</string>
18+
<string>1.4.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)