Skip to content

Commit

Permalink
Merge pull request #439 from MicroPad/next-dev
Browse files Browse the repository at this point in the history
v4.2.4
  • Loading branch information
NickGeek authored Apr 24, 2023
2 parents 461a301 + 3d72dc4 commit 50b0995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micropad",
"version": "4.2.3",
"version": "4.2.4",
"private": true,
"scripts": {
"preinstall": "python3 ../libs/build-libs.py && ./get_precache_files.py > src/extraPrecacheFiles.ts",
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export async function init() {
if (!window.MicroPadGlobals.isPersistenceAllowed) {
store.dispatch(actions.setInfoMessage({
text: `Failed to get permission for long-term storage. You may need to save your notebooks manually.`,
cta: 'https://example.org' // TODO
cta: 'https://github.com/MicroPad/MicroPad-Core/discussions/438'
}));
}

Expand Down

0 comments on commit 50b0995

Please sign in to comment.