Skip to content

Commit 328ee67

Browse files
committed
v1.0.0
1 parent d8e127d commit 328ee67

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ WIP
5151
5252
```bash
5353
git add .
54-
git commit -am "v0.3.1"
54+
git commit -am "v1.0.0"
5555
git push -u origin main
56-
git tag v0.3.1 main
57-
git push origin tag v0.3.1
56+
git tag v1.0.0 main
57+
git push origin tag v1.0.0
5858
```
59+
5960
>[!WARNING]
6061
> DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/redprint-wizard/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.3.1",
4+
"version": "1.0.0",
55
"homepage": "https://redprint.ninja/",
66
"keywords": [
77
"blockchain",

0 commit comments

Comments
 (0)