Skip to content

Commit

Permalink
Oh I missed this
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Oct 1, 2024
1 parent 2bdd86e commit 7a48369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/UpdatePrompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class UpdatePrompt implements Prompt {

private _close = (): void => {
window.localStorage.setItem("updateSeen", "true");
window.localStorage.setItem("curVer", "1.5");
window.localStorage.setItem("curVer", "1.5.1");
this._doc.prompt = null;
this._doc.undo();
}
Expand Down

0 comments on commit 7a48369

Please sign in to comment.