We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff2b78 commit 54c5ed7Copy full SHA for 54c5ed7
2 files changed
js/app.js
@@ -9,7 +9,7 @@
9
// Configuration
10
const config = {
11
// Application version (displayed in footer)
12
- version: '1.0.0',
+ version: '1.0.1',
13
// Automatically restore and display content from IndexedDB on page load
14
autoRestoreContent: true,
15
// Open external links in a new window/tab (prevents navigation issues in iframes)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "exeviewer",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A web application to view eXeLearning content packages (.zip/.elpx)",
5
"main": "server.js",
6
"type": "module",
0 commit comments