From b2f09341fc8460da95e03e51155ec5076288c481 Mon Sep 17 00:00:00 2001 From: Rati Montreewat Date: Fri, 8 Nov 2024 16:36:08 +0700 Subject: [PATCH] v0.2.5 --- CONTRIBUTING.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6525c94..2fe5f32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,10 +7,10 @@ ```bash git add . -git commit -am "v0.2.4" +git commit -am "v0.2.5" git push -u origin main -git tag v0.2.4 main -git push origin tag v0.2.4 +git tag v0.2.5 main +git push origin tag v0.2.5 ``` 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 40d6de5..4e70d3d 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.2.4", + "version": "0.2.5", "homepage": "https://github.com/Ratimon/redprint-forg#readme", "keywords": [ "blockchain",