diff --git a/www/js/index.js b/www/js/index.js index aee5396..7f1baca 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -81,7 +81,7 @@ function onDeviceReady() { .then(response => response.json()) .then(data => { console.log('Success:', data); - if(data.version > "1.0.5") { + if(data.version > "1.0.6") { if(window.confirm("New version "+ data.version + " available! Download?")) { console.log("opening "+data.url); cordova.InAppBrowser.open(data.url, "_system");