Skip to content

Commit 54c5ed7

Browse files
committed
Update application version to v1.0.1.
1 parent 9ff2b78 commit 54c5ed7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Configuration
1010
const config = {
1111
// Application version (displayed in footer)
12-
version: '1.0.0',
12+
version: '1.0.1',
1313
// Automatically restore and display content from IndexedDB on page load
1414
autoRestoreContent: true,
1515
// Open external links in a new window/tab (prevents navigation issues in iframes)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exeviewer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A web application to view eXeLearning content packages (.zip/.elpx)",
55
"main": "server.js",
66
"type": "module",

0 commit comments

Comments
 (0)