We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f7304 commit 8a4e0d5Copy full SHA for 8a4e0d5
2 files changed
modules/state.js
@@ -1,6 +1,6 @@
1
import { handleError } from '../main.js'
2
import { loadPDFFromIndexedDB } from './pdf.js'
3
-export const APP_VERSION = '1.1.01.2025.11.06';
+export const APP_VERSION = '1.1.02.2025.11.06';
4
let saveTimeout = null;
5
const SAVE_DEBOUNCE_MS = 500;
6
export const BOOK_ORDER = [
src/modules/state.js
@@ -20,7 +20,7 @@ import { handleError } from '../main.js'
20
21
22
/* Global constants */
23
24
25
26
0 commit comments