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 [draw.io] <david@jgraph.com>2020-11-19 12:24:40 +0300
committerDavid Benson [draw.io] <david@jgraph.com>2020-11-19 12:24:40 +0300
commite55680e1a9f761bc1882c9b7871654669777ee60 (patch)
tree1a9c9c2b4583a554c5514ba96b6f28b3711d0ff1
parentd563b8998707e4e31759e3d2639cbc60970a6ab2 (diff)
Testing buildv13.10.0.1
-rw-r--r--sync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.js b/sync.js
index db49226..42081f0 100644
--- a/sync.js
+++ b/sync.js
@@ -7,7 +7,7 @@ const appjsonpath = path.join(__dirname, 'drawio', 'src/main/webapp', 'package.j
const disableUpdatePath = path.join(__dirname, 'drawio', 'src/main/webapp', 'disableUpdate.js')
let ver = fs.readFileSync(path.join(__dirname, 'drawio', 'VERSION'), 'utf8')
-//let ver = '11.2.5' // just to test autoupdate
+let ver = '13.10.0.1' // just to test autoupdate
let pj = require(appjsonpath)