Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
platzhersh committed Mar 22, 2021
1 parent fe100ad commit e03b65f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function write_new_version {

echo ""
echo "All files up to date. New Version ${newVersion} (${currentDateTime})."
echo "Don't forget to update README.md."
echo "Don't forget to update README.md and to set the git tag."
}

function run {
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.4 2021-01-03 21:28:01
# Pacman 1.0.5 2021-03-22 22:19:50

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.4 (2021-01-03)</span></p>
<p>Current Version: <span class="app-version">1.0.5 (2021-03-22)</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.4",
"version": "1.0.5",

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

0 comments on commit e03b65f

Please sign in to comment.