Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratimon committed Jul 25, 2024
1 parent bf8ce26 commit a01e878
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 @@ -51,10 +51,10 @@ WIP
```bash
git add .
git commit -am "v0.1.2"
git commit -am "v0.1.3"
git push -u origin main
git tag v0.1.2 main
git push origin tag v0.1.2
git tag v0.1.3 main
git push origin tag v0.1.3
```
>[!WARNING]
> 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-wizard",
"description": "Interactive smart contract generator based on OPStack Contracts.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://redprint.ninja/",
"keywords": [
"blockchain",
Expand Down

0 comments on commit a01e878

Please sign in to comment.