Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratimon committed Aug 12, 2024
1 parent 53c9907 commit 40b12fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 40b12fe

Please sign in to comment.