diff --git a/Example/DebugAdjustableDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/DebugAdjustableDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b07daf5..ca4b968 100644 --- a/Example/DebugAdjustableDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/DebugAdjustableDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, { @@ -20,5 +19,5 @@ } } ], - "version" : 3 + "version" : 2 } diff --git a/Package.swift b/Package.swift index 5979536..01a17ee 100644 --- a/Package.swift +++ b/Package.swift @@ -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(