From a23ee8e7ea75a80daf965d0e5cfece06d0f03b16 Mon Sep 17 00:00:00 2001 From: gab Date: Wed, 19 Oct 2022 18:25:37 +0200 Subject: [PATCH] chore(release)!: v1 of the RigoBlock V3 protocol - v1 release of the V3 smart contracts. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91dbe18e..31f442d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rgbk/v3-contracts", - "version": "0.11.1", + "version": "1.0.0", "description": "Ethereum asset management", "homepage": "https://github.com/rigoblock/v3-contracts/", "license": "Apache-2.0", @@ -84,4 +84,4 @@ "peerDependencies": { "ethers": "^5.1.4" } -} \ No newline at end of file +}