From ef4b1b62e5c3d81fe25bc47a1ad18e3e8a44538c Mon Sep 17 00:00:00 2001 From: Anil Natha Date: Mon, 11 Nov 2024 14:22:26 -0800 Subject: [PATCH] Updated 0.1 version of unity-ui to properly reflect the version it was actually targeting, which was 0.5.0. Also updated the commit hash accordingly for this version. --- applications/unity-ui/{0.1 => 0.5.0}/metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename applications/unity-ui/{0.1 => 0.5.0}/metadata.json (73%) diff --git a/applications/unity-ui/0.1/metadata.json b/applications/unity-ui/0.5.0/metadata.json similarity index 73% rename from applications/unity-ui/0.1/metadata.json rename to applications/unity-ui/0.5.0/metadata.json index dc32c9b..f51312a 100644 --- a/applications/unity-ui/0.1/metadata.json +++ b/applications/unity-ui/0.5.0/metadata.json @@ -1,18 +1,18 @@ { "DisplayName": "Unity-UI-Application", "Name": "unity-ui", - "Version": "0.1", + "Version": "0.5.0", "Channel": "beta", "Owner": "UI/UX Team", "Description": "A package to install and configure the Unity UI Application for your Unity Venue", - "Repository": "https://github.com/unity-sds/unity-ui-infra", + "Repository": "https://github.com/unity-sds/unity-ui-infra@", "Tags": [ "ui", "navigation" ], "Category": "ui", "IamRoles": {}, - "Package": "https://github.com/unity-sds/unity-ui-infra", + "Package": "https://github.com/unity-sds/unity-ui-infra@52deb6772035e2416d43079ced2f3181b20104b4", "ManagedDependencies": {}, "Backend": "terraform", "WorkDirectory": "terraform-unity-ui",