Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratimon committed Aug 26, 2024
1 parent 6670b40 commit 2d04e93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.6"
git commit -am "v0.1.7"
git push -u origin main
git tag v0.1.6 main
git push origin tag v0.1.6
git tag v0.1.7 main
git push origin tag v0.1.7
```
>[!WARNING]
> DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/solid-grinder/settings/secrets/actions)
5 changes: 2 additions & 3 deletions 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.6",
"version": "0.1.7",
"homepage": "https://redprint.ninja/",
"keywords": [
"blockchain",
Expand Down Expand Up @@ -88,6 +88,5 @@
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}
}

0 comments on commit 2d04e93

Please sign in to comment.