Skip to content

Commit cb0c9ba

Browse files
committed
Fix release metadata for Linux and macOS builds
1 parent 4c15b20 commit cb0c9ba

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

build/icon.png

56.5 KB
Loading

docs/RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Manual build:
5353
Tagged release:
5454

5555
```bash
56-
git tag v0.3.1
57-
git push origin v0.3.1
56+
git tag v0.3.2
57+
git push origin v0.3.2
5858
```
5959

6060
The tag build uploads artifacts and publishes them as GitHub Release assets.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "rigscope",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"description": "Cross-platform local hardware inventory, diagnostics, benchmark, and stress-test dashboard.",
66
"main": "electron/main.js",
7-
"author": "RigScope",
7+
"author": {
8+
"name": "RigScope",
9+
"email": "releases@rigscope.local"
10+
},
811
"scripts": {
912
"start": "node server.js",
1013
"open": "node server.js --open",

0 commit comments

Comments
 (0)