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

Commit 9bcc0b4

Browse files
author
Jeff Verkoeyen
committed
Bump the release.
1 parent f4b2bbd commit 9bcc0b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 1.5.0
2+
module_version: 1.6.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/v1.5.0
7+
github_file_prefix: https://github.com/material-motion/motion-interchange-objc/tree/v1.6.0
88

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.5.1
1+
# 1.6.0
22

33
This patch release introduces a compatibility initializer for creating Objective-C animation traits from C-style motion timings.
44

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 = "1.5.0"
4+
s.version = "1.6.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"

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- CatalogByConvention (2.1.1)
3-
- MotionInterchange (1.5.0)
3+
- MotionInterchange (1.6.0)
44

55
DEPENDENCIES:
66
- CatalogByConvention
@@ -12,7 +12,7 @@ EXTERNAL SOURCES:
1212

1313
SPEC CHECKSUMS:
1414
CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
15-
MotionInterchange: 27bef5bbb1e7a59242c38cf2f1ccab83ca569f55
15+
MotionInterchange: ead0e3ae1f3a5fb539e289debbc7ae036160a10d
1616

1717
PODFILE CHECKSUM: 09090d12db5aab00a13fe82da94f338ebd03f5dc
1818

0 commit comments

Comments
 (0)