Skip to content

Commit

Permalink
Semver and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Jan 11, 2024
1 parent 4e3f9d7 commit 2f02135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gSender-Edge",
"version": "1.3.10-EDGE",
"name": "gSender",
"version": "1.4.0",
"description": "Electron sender for GRBL based CNC machines",
"author": {
"name": "Sienci Labs <[email protected]>",
Expand Down Expand Up @@ -79,7 +79,7 @@
"cypress:open": "cypress open"
},
"build": {
"appId": "org.sienci.gsender-edge",
"appId": "org.sienci.gsender",
"artifactName": "${name}-${version}-${arch}.${ext}",
"asar": false,
"asarUnpack": [],
Expand Down

0 comments on commit 2f02135

Please sign in to comment.