diff --git a/draw.io b/draw.io index 00fe005..1462291 160000 --- a/draw.io +++ b/draw.io @@ -1 +1 @@ -Subproject commit 00fe005ecc7567c5bc505886cccdb47cda5774a2 +Subproject commit 1462291884ee79e64cc08e438876c96229ca5bd8 diff --git a/sync.js b/sync.js index 50a431e..c83119c 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.7' // just to test autoupdate +let ver = '6.2.9' // just to test autoupdate let pj = require(appjsonpath)