Skip to content

Commit

Permalink
Bump MetaverseKit to v1.7.0.
Browse files Browse the repository at this point in the history
* Begins development to bring support for
  Microsoft Windows.
  • Loading branch information
furby-tm committed Apr 6, 2024
1 parent 3c48290 commit d773504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "eb6975589eafd3ee2245f820c199e52cb42d43abb2146d909512190a750193fc",
"originHash" : "e7dff5db1db987e8d996623d35d7d25a563041c493bbf1660236fc6fd0a4ab34",
"pins" : [
{
"identity" : "aexml",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"revision" : "7a0c7b10f229c38d04295ef03980b83cc6066cfa",
"version" : "1.6.9"
"revision" : "378337d1b98894d99202244f8c38b7cd03cfac74",
"version" : "1.7.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.6.9"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.7.0"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.9"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
Expand Down

0 comments on commit d773504

Please sign in to comment.