From c880a33919319b79150a6a7b62a2fc4df0bd4e66 Mon Sep 17 00:00:00 2001 From: jo Date: Wed, 29 May 2024 13:38:15 +0900 Subject: [PATCH] update pkg version --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c07632f78..67c51e9ba 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,5 @@ "vrf": "yarn workspace @bisonai/orakl-vrf", "util": "yarn workspace @bisonai/orakl-util", "prepare": "husky install && chmod +x .husky/pre-commit" - }, - "version": "0.5.1" + } }