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-24 16:53:49 +0300
committerDavid Benson <david@jgraph.com>2017-07-24 16:53:49 +0300
commit30257d6111033abdaddf6966a9ae9a02ded6494c (patch)
tree10e206b39e819c0ad0dcba16533dda090226219a
parent06c02ee12d83a6feba4eb7e29f7720205de58d38 (diff)
Bumping version to test updater
-rw-r--r--sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.js b/sync.js
index 4f984d6..5b4d630 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.1' // just to test autoupdate
+let ver = '6.4.2' // just to test autoupdate
let pj = require(appjsonpath)