Skip to content

Commit

Permalink
version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
platzhersh committed Aug 14, 2022
1 parent 4a9d465 commit 76d446b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ To change the look and feel, edit the `pacman-canvas.css` file or also the `inde

# Version history

_Version 1.0.6 - 14.08.2022_

- adjust license
- update npm dependencies

_Version 1.0.5 - 22.03.2021_

- add webpack config
Expand Down
2 changes: 1 addition & 1 deletion cache.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Pacman 1.0.5 2021-03-22 22:19:50
# Pacman 1.0.6 2022-08-14 22:32:04

CACHE:

Expand Down
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>Powerpills</h3>
<div class="button" id="back">&lt; back</div>
<div>
<h1>Info</h1>
<p>Current Version: <span class="app-version">1.0.5 (2021-03-22)</span></p>
<p>Current Version: <span class="app-version">1.0.6 (2022-08-14)</span></p>
<img src="img/platzh1rsch-logo.png">
<p>Pacman Canvas is Open Source, written by <a href="http://platzh1rsch.ch">platzh1rsch</a>. You can get the code on <a target="_blank" href="https://github.com/platzhersh/pacman-canvas" target="_blank">github</a>.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Pacman Canvas",
"version": "1.0.5",
"version": "1.0.6",

"short_name": "Pacman Canvas",
"description": "An old classic, rewritten in HTML5",
Expand Down
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,6 +1,6 @@
{
"name": "pacman-canvas",
"version": "1.0.5",
"version": "1.0.6",
"description": "pacman-canvas =============",
"main": "pacman-canvas.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pacman-canvas.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Pacman Canvas",
"description": "An old classic, rewritten in HTML5",
"launch_path": "/",
"version": "1.0.5",
"version": "1.0.6",
"developer": {
"name": "platzh1rsch",
"url": "http://platzh1rsch.ch"
Expand Down
2 changes: 1 addition & 1 deletion web-app-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"verification_key": "eca78f4d-14f3-4fe7-8b44-3e0006a9a9c7",
"version": "1.0.5",
"version": "1.0.6",
"type": "web",
"last_update": "2018-03-06 16:45:11+0000"
}

0 comments on commit 76d446b

Please sign in to comment.