Skip to content

Commit

Permalink
Tag Motion Version
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll committed Jun 2, 2024
1 parent cbef2b7 commit 9808c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"originHash" : "50b00f4468ac9f977280b3fb02286959518f2e45e0e1e0a979de655945556d19",
"pins" : [
{
"identity" : "motion",
"kind" : "remoteSourceControl",
"location" : "https://github.com/b3ll/Motion",
"state" : {
"branch" : "main",
"revision" : "533e148d5f239cbdc5ad6b91b7c32b94bc005981"
"revision" : "d0439dd8f31ef16c3e17ef12e8d1921b00341d67",
"version" : "0.1.5"
}
},
{
Expand All @@ -20,5 +19,5 @@
}
}
],
"version" : 3
"version" : 2
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: ["DebugAdjustable"]),
],
dependencies: [
.package(url: "https://github.com/b3ll/Motion", branch: "main"),
.package(url: "https://github.com/b3ll/Motion", .upToNextMajor(from: "0.1.5")),
],
targets: [
.target(
Expand Down

0 comments on commit 9808c74

Please sign in to comment.