Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
NespoliBT committed Jul 14, 2023
1 parent 4e942ca commit cc9b3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esami",
"version": "v0.1.1",
"version": "v1.0.0",
"main": "public/build/main.js",
"scripts": {
"start": "cross-env MODE=dev electron .",
Expand All @@ -11,7 +11,7 @@
"package-all": "npm run build && electron-builder build -mwl",
"package-linux": "npm run build && electron-builder build --linux",
"package-win": "npm run build && electron-builder build --win --x64",
"release": "cross-env MODE=prod electron-builder -p always -w"
"release": "cross-env MODE=prod electron-builder -p always -l"
},
"build": {
"productName": "esami",
Expand Down

0 comments on commit cc9b3ce

Please sign in to comment.