Skip to content

Commit

Permalink
Fix language db migration. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekplus authored Apr 22, 2024
1 parent 3f4292d commit a14df9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ async function migrateToLocalStore(lastVersion) {

const updateLang =
!lastVersion ||
lastVersion.localeCompare("2024.02.7", undefined, {
lastVersion.localeCompare("2024.04.21", undefined, {
numeric: true,
sensitivity: "base",
}) <= 0;
Expand Down

0 comments on commit a14df9a

Please sign in to comment.