Release 5.0.4

This commit is contained in:
Peccin 2022-11-21 21:52:05 -03:00
parent 617e6c0f07
commit b060e1d40d
10 changed files with 29 additions and 26 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "Javatari",
"version": "5.0.3",
"version": "5.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "Javatari",
"title": "Javatari - The online Atari 2600 emulator",
"version": "5.0.3",
"version": "5.0.4",
"devDependencies": {
"grunt": "",
"grunt-contrib-clean": "",

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 5.0.3
# Version 5.0.4
# Stable
CACHE:

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
// Javatari version 5.0.3
// Javatari version 5.0.4
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.
// Main Emulator parameters.

View file

@ -110,7 +110,7 @@ if (window.applicationCache) {
else window.applicationCache.addEventListener("updateready", onUpdateReady);
}
Javatari.VERSION = "5.0.3";
Javatari.VERSION = "5.0.4";
// Start pre-loading images right away
Javatari.preLoadImagesAndStart();

View file

@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 5.0.3
# Version 5.0.4
# Stable
CACHE:

View file

@ -237,7 +237,7 @@
<div class="container">
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="toright">Atari, VCS and the Atari logo are shown here as a tribute.</span></p>
<p><span>v5.0.3 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
<p><span>v5.0.4 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
<span class="toright">All trademarks are property of their respective owners.</span></p>
</div>
</div>

View file

@ -39,7 +39,7 @@
<div class="container">
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
<span class="toright">Atari, VCS and the Atari logo are shown here as a tribute.</span></p>
<p><span>v5.0.3 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
<p><span>v5.0.4 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
<span class="toright">All trademarks are property of their respective owners.</span></p>
</div>
</div>