diff --git a/main.js b/main.js index 60de3c0..37dd8c1 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ // store last version number to display update alerts -var thisVersion = "1.2.3"; // this must be updated only on a major change (not patches and bug fixes) +var thisVersion = "1.2.4"; // this must be updated only on a major change (not patches and bug fixes) var username; var keys = []; diff --git a/version-info.json b/version-info.json index 9706b10..a47f969 100644 --- a/version-info.json +++ b/version-info.json @@ -1,5 +1,5 @@ { - "version": "1.2.3", + "version": "1.2.4", "title": "Hey there!", "subtitle": "", "notes": "",