diff --git a/package-lock.json b/package-lock.json index 830aa668e..26d35426a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/smart-contracts", - "version": "0.9.0-SNAPSHOT", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hashgraph/smart-contracts", - "version": "0.9.0-SNAPSHOT", + "version": "0.9.0", "license": "Apache-2.0", "dependencies": { "@nomicfoundation/solidity-analyzer": "^0.1.2", diff --git a/package.json b/package.json index c4e625c1e..dd78d969e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/smart-contracts", - "version": "0.9.0-SNAPSHOT", + "version": "0.9.0", "description": "Hedera Smart Contract Service supporting files", "files": [ "/contracts/**/*.sol",