From 07458fbd43b5d923f5a2da778132fe8e35533819 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 22 Feb 2024 20:49:18 +0000 Subject: [PATCH] Update manifest.json --- manifest.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 15c83e3..a515392 100644 --- a/manifest.json +++ b/manifest.json @@ -250,7 +250,27 @@ { "DisplayName": "Unity Proxy", "Name": "unity-proxy", - "Version": "0.2", + "Version": "0.4", + "Channel": "beta", + "Owner": "Tom Barber", + "Description": "The Unity HTTPD Proxy package", + "Repository": "https://github.com/unity-sds/unity-proxy", + "Tags": [ + "proxy", + "httpd" + ], + "Category": "system", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-proxy@b9bacf57350be01bc25cf31bf3f8df270d00f57c", + "Backend": "terraform", + "ManagedDependencies": {}, + "DefaultDeployment": {}, + "WorkDirectory": "terraform-unity" + }, + { + "DisplayName": "Unity Proxy", + "Name": "unity-proxy", + "Version": "0.5", "Channel": "beta", "Owner": "Tom Barber", "Description": "The Unity HTTPD Proxy package",