Skip to content

Commit

Permalink
Show download button for v2.13 update message on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental authored Jan 30, 2023
1 parent 25d25fa commit 33e0250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/message_update_v2.13/enable.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function versionCompare(a, b) {
return 0;
}

if (versionCompare([2, 11, 1], version) >= 0 ||
if (versionCompare([2, 12, 9], version) >= 0 ||
versionCompare([2, 10, 0], version) < -1) {
api.addon.composer.remove('c_4');
api.addon.composer.remove('c_2b');
Expand Down

0 comments on commit 33e0250

Please sign in to comment.