Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratimon committed May 15, 2024
1 parent 5c1001a commit 9c1aa90
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 @@ -23,10 +23,10 @@ pnpm add -D clones-with-immutable-args@v1.0.0

```bash
git add .
git commit -am "v0.0.3"
git commit -am "v0.0.4"
git push -u origin main
git tag v0.0.3 main
git push origin tag v0.0.3
git tag v0.0.4 main
git push origin tag v0.0.4
```

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.3",
"version": "0.0.4",
"homepage": "https://github.com/Ratimon/redprint-forg#readme",
"keywords": [
"blockchain",
Expand Down

0 comments on commit 9c1aa90

Please sign in to comment.