From 40b12feb2548af9a7ece11422d14d607df2b54aa Mon Sep 17 00:00:00 2001 From: Rati Montreewat Date: Mon, 12 Aug 2024 19:22:41 +0700 Subject: [PATCH] v0.2.0 --- CONTRIBUTING.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3026a94..41a89f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,10 @@ ```bash git add . -git commit -am "v0.0.6" +git commit -am "v0.2.0" git push -u origin main -git tag v0.0.6 main -git push origin tag v0.0.6 +git tag v0.2.0 main +git push origin tag v0.2.0 ``` DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/solid-grinder/settings/secrets/actions) \ No newline at end of file diff --git a/package.json b/package.json index 537cdf4..2be59d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redprint-forge", "description": "A developer-friendly framework/library in solidity to modify & deploy OPStack ’s contracts in a modular style.", - "version": "0.0.6", + "version": "0.2.0", "homepage": "https://github.com/Ratimon/redprint-forg#readme", "keywords": [ "blockchain",