From cda5114ad465e09842cebc8b55ffc792c682643a Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 6 Jun 2024 19:16:31 +0530 Subject: [PATCH] Update watcher version and repo URL --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cdcb94e..15c2407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/ajna-watcher-ts", - "version": "0.1.11", + "version": "0.1.12", "description": "ajna-watcher-ts", "private": true, "main": "dist/index.js", @@ -29,7 +29,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/cerc-io/watcher-ts.git" + "url": "https://git.vdb.to/cerc-io/ajna-watcher-ts" }, "author": "", "license": "AGPL-3.0",