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

Commit

Permalink
Bump the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Dec 13, 2017
1 parent f4b2bbd commit 9bcc0b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module: MotionInterchange
module_version: 1.5.0
module_version: 1.6.0
sdk: iphonesimulator
umbrella_header: src/MotionInterchange.h
objc: true
github_url: https://github.com/material-motion/motion-interchange-objc
github_file_prefix: https://github.com/material-motion/motion-interchange-objc/tree/v1.5.0
github_file_prefix: https://github.com/material-motion/motion-interchange-objc/tree/v1.6.0

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.5.1
# 1.6.0

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

Expand Down
2 changes: 1 addition & 1 deletion MotionInterchange.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "MotionInterchange"
s.summary = "Motion interchange format."
s.version = "1.5.0"
s.version = "1.6.0"
s.authors = "The Material Motion Authors"
s.license = "Apache 2.0"
s.homepage = "https://github.com/material-motion/motion-interchange-objc"
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- CatalogByConvention (2.1.1)
- MotionInterchange (1.5.0)
- MotionInterchange (1.6.0)

DEPENDENCIES:
- CatalogByConvention
Expand All @@ -12,7 +12,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CatalogByConvention: c3a5319de04250a7cd4649127fcfca5fe3322a43
MotionInterchange: 27bef5bbb1e7a59242c38cf2f1ccab83ca569f55
MotionInterchange: ead0e3ae1f3a5fb539e289debbc7ae036160a10d

PODFILE CHECKSUM: 09090d12db5aab00a13fe82da94f338ebd03f5dc

Expand Down

0 comments on commit 9bcc0b4

Please sign in to comment.