Skip to content

Commit

Permalink
Link to a tagged version of GLTFSceneKit
Browse files Browse the repository at this point in the history
  • Loading branch information
frzi committed Dec 23, 2021
1 parent 82c6c03 commit 8b3ee58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"state": {
"branch": null,
"revision": "589cac03b34a7f5103d14b3741bfcd8add417593",
"version": null
"version": "0.3.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["Model3DView"]),
],
dependencies: [
.package(url: "https://github.com/frzi/GLTFSceneKit", revision: "589cac03b34a7f5103d14b3741bfcd8add417593"),
.package(url: "https://github.com/frzi/GLTFSceneKit", from: "0.3.1"),
.package(url: "https://github.com/timdonnelly/DisplayLink", from: "0.2.0"),
],
targets: [
Expand Down

0 comments on commit 8b3ee58

Please sign in to comment.