Skip to content

Commit

Permalink
Motion library version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyun,Oh committed Sep 23, 2019
1 parent 5dbea0d commit 1a78319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "Material", targets: ["Material"])
],
dependencies: [
.package(url: "https://github.com/goodocy/Motion.git", .upToNextMajor(from: "3.1.0")),
.package(url: "https://github.com/goodocy/Motion.git", .upToNextMajor(from: "3.1.3")),
],
targets: [
.target(
Expand Down

0 comments on commit 1a78319

Please sign in to comment.