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

Commit ada8e37

Browse files
author
featherless
committed
Bump the version.
1 parent 5e74f49 commit ada8e37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.jazzy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module: MotionInterchange
2-
module_version: 2.0.0
2+
module_version: 3.0.0
33
sdk: iphonesimulator
44
umbrella_header: src/MotionInterchange.h
55
objc: true
66
github_url: https://github.com/material-motion/motion-interchange-objc
7-
github_file_prefix: https://github.com/material-motion/motion-interchange-objc/tree/v2.0.0
7+
github_file_prefix: https://github.com/material-motion/motion-interchange-objc/tree/v3.0.0
88

MotionInterchange.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 = "MotionInterchange"
33
s.summary = "Motion interchange format."
4-
s.version = "2.0.0"
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-interchange-objc"

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ swift_rules_dependencies()
4444
git_repository(
4545
name = "bazel_ios_warnings",
4646
remote = "https://github.com/material-foundation/bazel_ios_warnings.git",
47-
tag = "v2.0.0",
47+
tag = "v3.0.0",
4848
)
4949

5050
http_file(

0 commit comments

Comments
 (0)