URI:
       update version to 4.2 - webgbcam - [fork] gameboy webcam
  HTML git clone git://src.adamsgaard.dk/webgbcam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 2e8c94d1bfecb9209cd6cc10eca977f1b4cac7ea
   DIR parent 9a7d5872d5148d5fec5ca7dc0ff12c8bc87f90da
  HTML Author: maple syrup <maple@maple.pet>
       Date:   Mon,  6 Nov 2023 23:10:42 +0000
       
       update version to 4.2
       
       Diffstat:
         M index.html                          |       2 +-
         M sw.js                               |       4 ++--
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/index.html b/index.html
       @@ -15,7 +15,7 @@
        </head>
        <body>
                <div class="maple-window">
       -                <div class="maple-window-title"><span>webgbcam v4.1</span></div>
       +                <div class="maple-window-title"><span>webgbcam v4.2</span></div>
                        <div id="camera">
                                <canvas id="app-view"></canvas>
                                <canvas id="camera-view"></canvas>
   DIR diff --git a/sw.js b/sw.js
       @@ -1,4 +1,4 @@
       -const cacheName = 'webgbcam-v4.1'
       +const cacheName = 'webgbcam-v4.2'
        
        // Install a service worker
        self.addEventListener("install", (event) => {
       @@ -58,5 +58,5 @@ self.addEventListener("activate", (event) => {
                                        }
                                }));
                        })
       -  );
       +  ).then(self.clients.claim());
        });
        \ No newline at end of file