Skip to content

Commit

Permalink
Develop (#27)
Browse files Browse the repository at this point in the history
* Update db-handler.php

* Revert "Update db-handler.php"

This reverts commit 37ce257.

* cleanup

* cleanup

* score validation

* rebase on master

* remove resetHighscore endpoint

* bump version, add readme
  • Loading branch information
platzhersh authored Jan 3, 2021
1 parent afb4205 commit 3119d13
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ To change the look and feel, edit the `pacman-canvas.css` file or also the `inde
Version history
===============

*Version 1.0.4 - 26.12.2020*
* remove highscore reset endpoint

*Version 1.0.3 - 26.12.2020*
* fix speed issue

*Version 1.0.2 - 26.12.2020*
* add get started section in README
* limit to 10 levels for now
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.3 2020-12-26 20:23:31
# Pacman 1.0.4 2021-01-03 21:28:01

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.3 (2020-12-26)</span></p>
<p>Current Version: <span class="app-version">1.0.4 (2021-01-03)</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.3",
"version": "1.0.4",

"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.3",
"version": "1.0.4",
"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.3",
"version": "1.0.4",
"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.3",
"version": "1.0.4",
"type": "web",
"last_update": "2018-03-06 16:45:11+0000"
}

0 comments on commit 3119d13

Please sign in to comment.