From 716e53fd3eb6942054a6ea4fdd531157b4f9c22c Mon Sep 17 00:00:00 2001 From: Roy Shilkrot Date: Tue, 19 Mar 2024 11:00:38 -0400 Subject: [PATCH] Update buildspec.json with new version and website URL --- buildspec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildspec.json b/buildspec.json index 8cbc407..08d012c 100644 --- a/buildspec.json +++ b/buildspec.json @@ -45,13 +45,13 @@ } }, "name": "obs-polyglot", - "version": "0.0.1", + "version": "0.0.2", "author": "Roy Shilkrot", - "website": "https://github.com/obs-ai/obs-polyglot", + "website": "https://github.com/occ-ai/obs-polyglot", "email": "roy.shil@gmail.com", "uuids": { - "macosPackage": "00000000-0000-0000-0000-000000000000", - "macosInstaller": "00000000-0000-0000-0000-000000000000", - "windowsApp": "00000000-0000-0000-0000-000000000000" + "macosPackage": "D83C2134-8035-481B-9FF7-DAD5D52B0143", + "macosInstaller": "0ECB75BF-B834-405A-91CE-A035E3958F0E", + "windowsApp": "71CCA158-E583-43D3-9923-3CB6FD3B6109" } }