diff --git a/bump_version.sh b/bump_version.sh index 7c8ba22..5efee4d 100755 --- a/bump_version.sh +++ b/bump_version.sh @@ -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 { diff --git a/cache.manifest b/cache.manifest index d0eabb7..98cebcf 100644 --- a/cache.manifest +++ b/cache.manifest @@ -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: diff --git a/index.htm b/index.htm index e00b265..8099b31 100644 --- a/index.htm +++ b/index.htm @@ -154,7 +154,7 @@

Powerpills

< back

Info

-

Current Version: 1.0.4 (2021-01-03)

+

Current Version: 1.0.5 (2021-03-22)

Pacman Canvas is Open Source, written by platzh1rsch. You can get the code on github.

diff --git a/manifest.json b/manifest.json index b339bd6..5eb9915 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 30b7668..1457713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pacman-canvas", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef4d708..cfa1ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pacman-canvas", - "version": "1.0.4", + "version": "1.0.5", "description": "pacman-canvas =============", "main": "pacman-canvas.js", "scripts": { diff --git a/pacman-canvas.webapp b/pacman-canvas.webapp index 96c7d20..63b93e1 100644 --- a/pacman-canvas.webapp +++ b/pacman-canvas.webapp @@ -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" diff --git a/web-app-manifest.json b/web-app-manifest.json index 2f311ca..90033db 100644 --- a/web-app-manifest.json +++ b/web-app-manifest.json @@ -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" }