Bump version

pull/268/head
Anton Medvedev 9 months ago
parent 9c81b09720
commit f1758d14ce
No known key found for this signature in database

@ -2,9 +2,10 @@
1. Bump version in [version.go](version.go).
2. Bump version in [snapcraft.yaml](snap/snapcraft.yaml).
3. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new).
4. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
3. Bump version in [package.json](npm/package.json).
4. Create a new release on [GitHub](https://github.com/antonmedv/fx/releases/new).
5. Run [build.mjs](scripts/build.mjs) to upload binaries to the release.
```sh
npx zx scripts/build.js
```
5. Bump version [install.sh](install.sh) and upload it to [fx.wtf](https://fx.wtf).
6. Bump version [install.sh](install.sh) and upload it to [fx.wtf](https://fx.wtf).

@ -1,6 +1,6 @@
{
"name": "fx",
"version": "28.0.1",
"version": "30.0.0",
"bin": {
"fx": "index.js"
},

Loading…
Cancel
Save