From 1e1e865a7afd66f0b73d97a516d74e299432ef6b Mon Sep 17 00:00:00 2001 From: Roy Shilkrot Date: Mon, 13 May 2024 10:14:41 -0400 Subject: [PATCH] chore: Update version and contact information in buildspec.json --- buildspec.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildspec.json b/buildspec.json index 2f95816..b9f361b 100644 --- a/buildspec.json +++ b/buildspec.json @@ -38,11 +38,11 @@ }, "name": "obs-detect", "displayName": "OBS Object Detection plugin", - "version": "0.0.1", + "version": "0.0.2", "author": "Roy Shilkrot", - "website": "https://github.com/occ-ai", - "email": "me@example.com", + "website": "https://github.com/occ-ai/obs-detect", + "email": "roy.shil@gmail.com", "uuids": { - "windowsApp": "00000000-0000-0000-0000-000000000000" + "windowsApp": "158e1684-b307-47c6-bb46-60d605f69afd" } }