Skip to content

Commit eadbe0d

Browse files
committed
v0.1.2
1 parent 0ab8633 commit eadbe0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ WIP
5151
5252
```bash
5353
git add .
54-
git commit -am "v0.1.1"
54+
git commit -am "v0.1.2"
5555
git push -u origin main
56-
git tag v0.1.1 main
57-
git push origin tag v0.1.1
56+
git tag v0.1.2 main
57+
git push origin tag v0.1.2
5858
```
5959
>[!WARNING]
6060
> DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/solid-grinder/settings/secrets/actions)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "redprint-wizard",
33
"description": "Interactive smart contract generator based on OPStack Contracts.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://redprint.ninja/",
66
"keywords": [
77
"blockchain",

0 commit comments

Comments
 (0)