Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit fb5b327

Browse files
author
Jeff Verkoeyen
committed
Bump the version number.
1 parent 1372071 commit fb5b327

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module: MotionAnimator
2-
module_version: 4.0.0
2+
module_version: 4.0.1
33
sdk: iphonesimulator
44
umbrella_header: src/MotionAnimator.h
55
objc: true
66
github_url: https://github.com/material-motion/motion-animator-objc
7-
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v4.0.0
7+
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v4.0.1

MotionAnimator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "MotionAnimator"
33
s.summary = "A Motion Animator creates performant, interruptible animations from motion specs."
4-
s.version = "4.0.0"
4+
s.version = "4.0.1"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/motion-animator-objc"

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CatalogByConvention (2.5.1)
3-
- MotionAnimator (4.0.0):
3+
- MotionAnimator (4.0.1):
44
- MotionInterchange (~> 3.0)
55
- MotionInterchange (3.0.0)
66

@@ -9,7 +9,7 @@ DEPENDENCIES:
99
- MotionAnimator (from `./`)
1010

1111
SPEC REPOS:
12-
https://github.com/cocoapods/specs.git:
12+
trunk:
1313
- CatalogByConvention
1414
- MotionInterchange
1515

@@ -19,9 +19,9 @@ EXTERNAL SOURCES:
1919

2020
SPEC CHECKSUMS:
2121
CatalogByConvention: 2b58a9b64e5b1049abb5d3f8e764a551bbe843a7
22-
MotionAnimator: 3a22c094f2a9c21c98cee9e69b6407d1e1fff654
22+
MotionAnimator: 5f99d7c9592928c0f28a66283eda9c3b657dc480
2323
MotionInterchange: 13adae439b377e31d1674cc165539d50e1d1566a
2424

2525
PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3
2626

27-
COCOAPODS: 1.6.0
27+
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)