From 7b6029b50b8160db6ac880e3f3b42ab4a9f92078 Mon Sep 17 00:00:00 2001 From: Bayram Guvanjov Date: Wed, 7 Jun 2023 19:33:31 +0900 Subject: [PATCH] feat: bump-up contract version from 0.6.0 to 1.0.0 (#672) --- contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/package.json b/contracts/package.json index 54e58f7af..2452290d4 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@bisonai/orakl-contracts", - "version": "0.6.0", + "version": "1.0.0", "description": "The Orakl Network Smart Contracts", "files": [ "./dist",