Skip to content

Commit b060e1d

Browse files
committed
Release 5.0.4
1 parent 617e6c0 commit b060e1d

File tree

10 files changed

+29
-26
lines changed

10 files changed

+29
-26
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": "Javatari",
33
"title": "Javatari - The online Atari 2600 emulator",
4-
"version": "5.0.3",
4+
"version": "5.0.4",
55
"devDependencies": {
66
"grunt": "",
77
"grunt-contrib-clean": "",

release/stable/5.0/embedded/javatari.js

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

release/stable/5.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 5.0.3
2+
# Version 5.0.4
33
# Stable
44

55
CACHE:

release/stable/5.0/standalone/index.html

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

src/main/Javatari.js

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

44
// Main Emulator parameters.

src/main/Launcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if (window.applicationCache) {
110110
else window.applicationCache.addEventListener("updateready", onUpdateReady);
111111
}
112112

113-
Javatari.VERSION = "5.0.3";
113+
Javatari.VERSION = "5.0.4";
114114

115115
// Start pre-loading images right away
116116
Javatari.preLoadImagesAndStart();

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 5.0.3
2+
# Version 5.0.4
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
@@ -237,7 +237,7 @@
237237
<div class="container">
238238
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
239239
<span class="toright">Atari, VCS and the Atari logo are shown here as a tribute.</span></p>
240-
<p><span>v5.0.3 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
240+
<p><span>v5.0.4 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
241241
<span class="toright">All trademarks are property of their respective owners.</span></p>
242242
</div>
243243
</div>

src/runtime/standalone/index.part2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div class="container">
4040
<p><span>Created by <a href="http://twitter.com/ppeccin" target="_blank">Paulo A. Peccin</a></span>
4141
<span class="toright">Atari, VCS and the Atari logo are shown here as a tribute.</span></p>
42-
<p><span>v5.0.3 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
42+
<p><span>v5.0.4 &nbsp;<a href="https://github.com/ppeccin/javatari.js" target="_blank">Docs & Project Home</a></span>
4343
<span class="toright">All trademarks are property of their respective owners.</span></p>
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)