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-07-21 03:07:51 +0300
committerDavid Benson <david@jgraph.com>2017-07-21 03:07:51 +0300
commit34e8c84913bd6009f0e5d45b2458b06c97095547 (patch)
tree2d35c11b14c8d23129c9f45029e9471e848be564
parent9f3ae640836bfd9837d37428b21a805fa66cbcb0 (diff)
Testing updater
-rw-r--r--sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.js b/sync.js
index cfbd308..4f984d6 100644
--- a/sync.js
+++ b/sync.js
@@ -6,7 +6,7 @@ const electronAppDir = path.resolve(__dirname, 'draw.io', 'war')
const appjsonpath = path.resolve(__dirname, 'draw.io', 'war', 'package.json')
// let ver = fs.readFileSync(path.resolve(__dirname, 'draw.io', 'VERSION'), 'utf8')
-let ver = '6.4.0' // just to test autoupdate
+let ver = '6.4.1' // just to test autoupdate
let pj = require(appjsonpath)