Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeccin committed Mar 15, 2020
1 parent 2614134 commit f799233
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WebMSX",
"title": "WebMSX - The online MSX emulator",
"version": "6.0.0",
"version": "6.0.1",
"devDependencies": {
"grunt": "",
"grunt-contrib-clean": "",
Expand Down
18 changes: 9 additions & 9 deletions release/stable/6.0/cbios/embedded/wmsx.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/stable/6.0/cbios/standalone/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 6.0.0
# Version 6.0.1
# Stable

CACHE:
Expand Down
20 changes: 10 additions & 10 deletions release/stable/6.0/cbios/standalone/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions release/stable/6.0/embedded/wmsx.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/stable/6.0/standalone/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 6.0.0
# Version 6.0.1
# Stable

CACHE:
Expand Down
20 changes: 10 additions & 10 deletions release/stable/6.0/standalone/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/Launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if (window.applicationCache) {
else window.applicationCache.addEventListener("updateready", onUpdateReady);
}

WMSX.VERSION = "6.0.0";
WMSX.VERSION = "6.0.1";

// Start pre-loading images right away
WMSX.preLoadImagesAndStart();
2 changes: 1 addition & 1 deletion src/main/WMSX.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// WebMSX version 6.0.0
// WebMSX version 6.0.1
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.

// Main Emulator parameters.
Expand Down
2 changes: 1 addition & 1 deletion src/main/WMSXCBios.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// WebMSX C-BIOS version 6.0.0
// WebMSX C-BIOS version 6.0.1
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.

// Main Emulator parameters for C-BIOS variation. No FloppyDrive, Kanji and Moonsound support. Experimental HardDrive support.
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/standalone/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 6.0.0
# Version 6.0.1
# Stable

CACHE:
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/standalone/index.base.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="trade">MSX and the MSX logo are shown here as a tribute.</span></p>
<p><span>v6.0 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<p><span>v6.0.1" &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<span class="trade">All trademarks are property of their respective owners.</span></p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/standalone/index.part2.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<script>WMSX.WEB_EXTENSIONS_PROXY_SERVER = WMSX.WEB_EXTENSIONS_SERVER;</script>
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="trade">MSX and the MSX logo are shown here as a tribute.</span></p>
<p><span>v6.0 &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<p><span>v6.0.1" &nbsp;<a href="https://github.com/ppeccin/webmsx" target="_blank">Docs & Project Home</a></span>
<span class="trade">All trademarks are property of their respective owners.</span></p>
</div>
</div>
Expand Down

0 comments on commit f799233

Please sign in to comment.