Skip to content

Commit 9535e0b

Browse files
committed
Release 6.0.3 fix
1 parent 1c50d38 commit 9535e0b

File tree

11 files changed

+66
-66
lines changed

11 files changed

+66
-66
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WebMSX",
33
"title": "WebMSX - The online MSX emulator",
4-
"version": "6.0.2",
4+
"version": "6.0.3",
55
"devDependencies": {
66
"grunt": "",
77
"grunt-contrib-clean": "",

release/stable/6.0/embedded/wmsx.js

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/stable/6.0/standalone/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Version 6.0.2
2+
# Version 6.0.3
33
# Stable
44

55
CACHE:

release/stable/6.0/standalone/index.html

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

src/main/Launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if (window.applicationCache) {
114114
else window.applicationCache.addEventListener("updateready", onUpdateReady);
115115
}
116116

117-
WMSX.VERSION = "6.0.2";
117+
WMSX.VERSION = "6.0.3";
118118

119119
// Start pre-loading images right away
120120
WMSX.preLoadImagesAndStart();

src/main/WMSX.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WebMSX version 6.0.2
1+
// WebMSX version 6.0.3
22
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.
33

44
// Main Emulator parameters.

src/main/WMSXCBios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// WebMSX C-BIOS version 6.0.2
1+
// WebMSX C-BIOS version 6.0.3
22
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.
33

44
// Main Emulator parameters for C-BIOS variation. No FloppyDrive, Kanji and Moonsound support. Experimental HardDrive support.

src/runtime/standalone/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Version 6.0.2
2+
# Version 6.0.3
33
# Stable
44

55
CACHE:

src/runtime/standalone/index.base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
251251
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
252252
<span class="trade">MSX and the MSX logo are shown here as a tribute.</span></p>
253-
<p><span>v6.0.2 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
253+
<p><span>v6.0.3 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
254254
<span class="trade">All trademarks are property of their respective owners.</span></p>
255255
</div>
256256
</div>

0 commit comments

Comments
 (0)