Skip to content

Commit

Permalink
Update project readme version.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 5, 2024
1 parent 52fa768 commit 18a2746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cross-platform applications and games for **ObjCRT**, **GLibRT**, **FreeRT**, **
### Industry Swift Targets
> [!IMPORTANT]
> As of **January 10th, 2024**, **Linux** is now supported, in addition to **Apple** platforms,
> you can grab the latest release [here](https://github.com/wabiverse/MetaverseKit/releases/tag/v1.7.6)! 🎉
> you can grab the latest release [here](https://github.com/wabiverse/MetaverseKit/releases/tag/v1.7.7)! 🎉
> And, as of **August 3rd, 2024**, **Microsoft Windows** is now supported.
| Swift Target | Version |
Expand Down Expand Up @@ -89,7 +89,7 @@ cross-platform applications and games for **ObjCRT**, **GLibRT**, **FreeRT**, **
##### To use MetaverseKit with Swift, add **MetaverseKit** as a **Package** dependency in your Package.swift file, [example usage](https://github.com/wabiverse/SwiftUSD/blob/main/Package.swift#L85).
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.7.6"),
.package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.7.7"),
]
```

Expand Down

0 comments on commit 18a2746

Please sign in to comment.