Skip to content

Commit 8a4e0d5

Browse files
committed
Updated version since I keep forgetting to do so
and I'm annoyed about it
1 parent 00f7304 commit 8a4e0d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { handleError } from '../main.js'
22
import { loadPDFFromIndexedDB } from './pdf.js'
3-
export const APP_VERSION = '1.1.01.2025.11.06';
3+
export const APP_VERSION = '1.1.02.2025.11.06';
44
let saveTimeout = null;
55
const SAVE_DEBOUNCE_MS = 500;
66
export const BOOK_ORDER = [

src/modules/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { handleError } from '../main.js'
2020
import { loadPDFFromIndexedDB } from './pdf.js'
2121

2222
/* Global constants */
23-
export const APP_VERSION = '1.1.01.2025.11.06';
23+
export const APP_VERSION = '1.1.02.2025.11.06';
2424
let saveTimeout = null;
2525
const SAVE_DEBOUNCE_MS = 500;
2626

0 commit comments

Comments
 (0)