Skip to content

Commit f8d12f4

Browse files
authored
Merge pull request #3 from comatory/release/v0.1.2
Release/v0.1.2
2 parents a943f1c + 972eef5 commit f8d12f4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>sdraw</h3>
9494
/>
9595
<div class="colophon-info">
9696
<pre>MIT License</pre>
97-
<pre>Version: 0.1.1</pre>
97+
<pre>Version: 0.1.2</pre>
9898
<pre>2023</pre>
9999
</div>
100100
</section>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sdraw",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Simple drawing application for kids, can be controlled via mouse, keyboard or gamepad.",
55
"private": true,
66
"main": "index.mjs",

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const STATIC_CACHE_NAME = "static";
2-
const STATIC_CACHE_VERSION = "v40";
2+
const STATIC_CACHE_VERSION = "v41";
33
const STATIC_CACHE_ID = `${STATIC_CACHE_NAME}-${STATIC_CACHE_VERSION}`;
44

55
// All the files need to be added here manually. I want to avoid

0 commit comments

Comments
 (0)