diff --git a/draw.io b/draw.io index 1462291..15737d3 160000 --- a/draw.io +++ b/draw.io @@ -1 +1 @@ -Subproject commit 1462291884ee79e64cc08e438876c96229ca5bd8 +Subproject commit 15737d3d6bf57006e9bd9278b45da31882345bb0 diff --git a/sync.js b/sync.js index c83119c..6a02a1d 100644 --- a/sync.js +++ b/sync.js @@ -7,7 +7,7 @@ const appjsonpath = path.resolve(wardir, 'package.json') // let ver = fs.readFileSync(path.resolve(__dirname, 'draw.io', 'VERSION'), 'utf8') -let ver = '6.2.9' // just to test autoupdate +let ver = '6.2.10' // just to test autoupdate let pj = require(appjsonpath)