diff --git a/README.md b/README.md index dd4b2b1..72889a2 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ If the version to be installed is not defined in the command line, it will insta | 5.0.0-HOP | HOP-4.0.0 | | 5.0.0-FINGERROOT | FINGERROOT-5.0.0 | | 6.0.0-ARROWHEAD | ARROWHEAD-6.0.0 | +| 7.0.0-LOVELL | LOVELL-7.0.0 | # Rootstock Bridge Methods Selectors and Events Topics page diff --git a/package-lock.json b/package-lock.json index 856cf2d..b105e51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rsksmart/rsk-precompiled-abis", - "version": "6.0.0-ARROWHEAD", + "version": "7.0.0-LOVELL", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rsksmart/rsk-precompiled-abis", - "version": "6.0.0-ARROWHEAD", + "version": "7.0.0-LOVELL", "license": "ISC", "devDependencies": { "mocha": "^10.2.0", diff --git a/package.json b/package.json index 1c9b9ae..3c86c8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rsk-precompiled-abis", - "version": "6.0.0-ARROWHEAD", + "version": "7.0.0-LOVELL", "description": "Utility to interact with RSK native contracts", "main": "index.js", "repository": {