summaryrefslogtreecommitdiff
path: root/electron/package.json
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2022-02-28 16:30:40 +0100
committerGitHub <noreply@github.com>2022-02-28 16:30:40 +0100
commitf2208a88fe4bb4bae20a1f821dd175880c2905d5 (patch)
tree85544d2d14a04d34cd7a8e98f0261ee877ca8caf /electron/package.json
parentbd43e007753c1e5baf1f8b191944378beb68c6ec (diff)
installer updates (#1565)
* * build zip versions for macOS and windows * set application version macOS and Windows * automatically uninstall previous version in Windows * add zip to upload Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to 'electron/package.json')
-rw-r--r--electron/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/electron/package.json b/electron/package.json
index 8d823192..5c905c63 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -1,7 +1,7 @@
{
"name": "inkstitch-gui",
"productName": "inkstitch-gui",
- "version": "1.0.0",
+ "version": "11.99.11",
"description": "Ink/Stitch GUI",
"main": "./dist/electron/main.js",
"scripts": {