diff --git a/index.html b/index.html index 54d812e..2dd0219 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,7 @@

sdraw

/>
MIT License
-
Version: 0.1.1
+
Version: 0.1.2
2023
diff --git a/package-lock.json b/package-lock.json index 473d9d3..2e7180b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sdraw", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sdraw", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "devDependencies": { "eslint": "^8.52.0", diff --git a/package.json b/package.json index b681d70..d351db6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sdraw", - "version": "0.1.1", + "version": "0.1.2", "description": "Simple drawing application for kids, can be controlled via mouse, keyboard or gamepad.", "private": true, "main": "index.mjs", diff --git a/service-worker.js b/service-worker.js index 685957e..0897e4b 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,5 +1,5 @@ const STATIC_CACHE_NAME = "static"; -const STATIC_CACHE_VERSION = "v40"; +const STATIC_CACHE_VERSION = "v41"; const STATIC_CACHE_ID = `${STATIC_CACHE_NAME}-${STATIC_CACHE_VERSION}`; // All the files need to be added here manually. I want to avoid