Skip to content

Commit

Permalink
Update autoupdate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hschneider committed Mar 2, 2024
1 parent 2f3c9f5 commit 903435b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/neutralino-autoupdate/autoupdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class NeutralinoAutoupdate {
// opt lang: Dialog language, defaults to en
// opt customLang: A custom language dict

this.version = '1.2.3';
this.version = '1.2.2';
this.debug = opt.debug || true;

this.urlManifest = urlManifest; // Manifest URL
Expand Down

0 comments on commit 903435b

Please sign in to comment.