Skip to content

Commit

Permalink
Merge pull request #3 from comatory/release/v0.1.2
Browse files Browse the repository at this point in the history
Release/v0.1.2
  • Loading branch information
comatory authored Nov 19, 2023
2 parents a943f1c + 972eef5 commit f8d12f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>sdraw</h3>
/>
<div class="colophon-info">
<pre>MIT License</pre>
<pre>Version: 0.1.1</pre>
<pre>Version: 0.1.2</pre>
<pre>2023</pre>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions 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": "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",
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f8d12f4

Please sign in to comment.