We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab8633 commit eadbe0dCopy full SHA for eadbe0d
CONTRIBUTING.md
@@ -51,10 +51,10 @@ WIP
51
52
```bash
53
git add .
54
-git commit -am "v0.1.1"
+git commit -am "v0.1.2"
55
git push -u origin main
56
-git tag v0.1.1 main
57
-git push origin tag v0.1.1
+git tag v0.1.2 main
+git push origin tag v0.1.2
58
```
59
>[!WARNING]
60
> DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/solid-grinder/settings/secrets/actions)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "redprint-wizard",
3
"description": "Interactive smart contract generator based on OPStack Contracts.",
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"homepage": "https://redprint.ninja/",
6
"keywords": [
7
"blockchain",
0 commit comments