Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@jgraph.com>2017-08-14 15:39:59 +0300
committerDavid Benson <david@jgraph.com>2017-08-14 15:39:59 +0300
commitce160757522f4422b7faa386bbe8513cc77d7698 (patch)
tree3c2e710aef0dba6aeee089f65c713e731833182e /sync.js
parentdc0c64e0786b6cf3ab6211231f0691515a4d3e6f (diff)
Updates drawv7.0.4
Diffstat (limited to 'sync.js')
-rw-r--r--sync.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.js b/sync.js
index 717e750..f970f19 100644
--- a/sync.js
+++ b/sync.js
@@ -5,8 +5,8 @@ const child_process = require('child_process')
const electronAppDir = path.join(__dirname, 'draw.io', 'war')
const appjsonpath = path.join(__dirname, 'draw.io', 'war', 'package.json')
-let ver = fs.readFileSync(path.join(__dirname, 'draw.io', 'VERSION'), 'utf8')
-// let ver = '6.4.3' // just to test autoupdate
+//let ver = fs.readFileSync(path.join(__dirname, 'draw.io', 'VERSION'), 'utf8')
+let ver = '7.0.4' // just to test autoupdate
let pj = require(appjsonpath)