From dd20f2b8b329a8ec365e3531a95fcb60f01f300a Mon Sep 17 00:00:00 2001 From: amasin76 <51626916+amasin76@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:20:50 +0000 Subject: [PATCH] Release: version 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 850e3dd..7d8db64 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "alx-intranet", - "version": "0.3.6", + "version": "1.0.0", "description": "Enhance your experience of intranet projects/tasks", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/amasin76/intranet-chrome-extension" + "url": "https://github.com/amasin76/intranet-web-extension" }, "scripts": { "build": "tsc --noEmit && vite build",