From aee082d3a75b65dfb01782346e6a9aebc2a68c4f Mon Sep 17 00:00:00 2001 From: Daniel Dahan Date: Fri, 29 Dec 2017 09:25:51 -0600 Subject: [PATCH] Updated isMotionEnabled check, as it was determined incorrectly. --- 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 addc792..49a8fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 + +* Updated isMotionEnabled check, as it was determined incorrectly. + ## 1.3.0 * Reworked Motion internals. diff --git a/Motion.podspec b/Motion.podspec index 9551688..be62d21 100755 --- a/Motion.podspec +++ b/Motion.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Motion' - s.version = '1.3.0' + s.version = '1.3.1' s.license = 'MIT' s.summary = 'A library used to create beautiful animations and transitions for Apple devices.' s.homepage = 'http://cosmicmind.com' diff --git a/Sources/Info.plist b/Sources/Info.plist index 18065b5..9f9016a 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass