From 18a2746fda57912d226658c0b1cb9dc081b3735b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Sun, 4 Aug 2024 21:13:01 -0600 Subject: [PATCH] Update project readme version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 741d627..0a73370 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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"), ] ```