Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratimon committed Sep 11, 2024
1 parent b25fb0c commit cb44a20
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.8"
git commit -am "v0.2.0"
git push -u origin main
git tag v0.1.8 main
git push origin tag v0.1.8
git tag v0.2.0 main
git push origin tag v0.2.0
```
>[!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.8",
"version": "0.1.2",
"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 cb44a20

Please sign in to comment.