Skip to content

Commit 39c9930

Browse files
committed
Fix version number and ignore .env files.
1 parent 6becaa7 commit 39c9930

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ package.json
1111
package-lock.json
1212
*.md
1313
IDEAS*.md
14+
.env
15+
.env.dist

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Configuration defaults — override via js/config.js (window.exeViewerConfig)
1010
const config = Object.assign({
1111
// Application version (displayed in footer)
12-
version: 'v4.0.0-rc1',
12+
version: '4.0.0-rc1',
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": "v4.0.0-rc1",
3+
"version": "4.0.0-rc1",
44
"description": "A web application to view eXeLearning content packages (.zip/.elpx)",
55
"main": "server.js",
66
"type": "module",

0 commit comments

Comments
 (0)