Skip to content

Commit

Permalink
feat: add version data
Browse files Browse the repository at this point in the history
  • Loading branch information
pawan-live committed Feb 10, 2024
1 parent b8d4bfa commit 513beb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down
2 changes: 1 addition & 1 deletion version-info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3",
"version": "1.2.4",
"title": "Hey there!",
"subtitle": "",
"notes": "<img src='images/v2-banner.png' width='280px' />",
Expand Down

0 comments on commit 513beb7

Please # to comment.