snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit f21d7a1418bce816d32935c7cf741e84fd3c683f
parent 955cc566db145375312bb978d16433710c4418b3
Author: RobinLinus <RobinLinus@users.noreply.github.com>
Date:   Tue, 19 May 2020 22:15:27 +0200

Update service-worker.js
Diffstat:
Mclient/service-worker.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/service-worker.js b/client/service-worker.js @@ -1,4 +1,4 @@ -var CACHE_NAME = 'snapdrop-cache-v1.043'; +var CACHE_NAME = 'snapdrop-cache-v1.044'; var urlsToCache = [ '/', '/styles.css',