diff --git a/README.md b/README.md
index 1fdcaab..807da95 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/cache.manifest b/cache.manifest
index 98cebcf..be49c45 100644
--- a/cache.manifest
+++ b/cache.manifest
@@ -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:
diff --git a/index.htm b/index.htm
index 8099b31..7407b8d 100644
--- a/index.htm
+++ b/index.htm
@@ -154,7 +154,7 @@
Powerpills
< back
Info
-
Current Version: 1.0.5 (2021-03-22)
+
Current Version: 1.0.6 (2022-08-14)
Pacman Canvas is Open Source, written by platzh1rsch. You can get the code on github.
diff --git a/manifest.json b/manifest.json
index 5eb9915..aee6b53 100644
--- a/manifest.json
+++ b/manifest.json
@@ -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",
diff --git a/package-lock.json b/package-lock.json
index e807d18..34c4870 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "pacman-canvas",
- "version": "1.0.5",
+ "version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 7d7be21..db94830 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "pacman-canvas",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "pacman-canvas =============",
"main": "pacman-canvas.js",
"scripts": {
diff --git a/pacman-canvas.webapp b/pacman-canvas.webapp
index 63b93e1..0a3fc6d 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.5",
+ "version": "1.0.6",
"developer": {
"name": "platzh1rsch",
"url": "http://platzh1rsch.ch"
diff --git a/web-app-manifest.json b/web-app-manifest.json
index 90033db..be41fd3 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.5",
+ "version": "1.0.6",
"type": "web",
"last_update": "2018-03-06 16:45:11+0000"
}