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

Commit 5ecc1d1

Browse files
author
Jeff Verkoeyen
committed
Bump the release.
1 parent 37878c2 commit 5ecc1d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2.8.1
2+
module_version: 3.0.0
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/v2.8.1
7+
github_file_prefix: https://github.com/material-motion/motion-animator-objc/tree/v3.0.0

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 = "2.8.1"
4+
s.version = "3.0.0"
55
s.authors = "The Material Motion Authors"
66
s.license = "Apache 2.0"
77
s.homepage = "https://github.com/material-motion/motion-animator-objc"

0 commit comments

Comments
 (0)