Skip to content

Commit

Permalink
🚀 Mise à jour du changelog et de la version
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnix committed Apr 20, 2021
1 parent 945a1e6 commit 3bad1ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2021-04-20

* mise à jour du calendrier de vaccination
* clarification des réponses à certaines questions

## 2021-04-14

* mise à jour des contenus relatifs aux vaccins
Expand Down
2 changes: 1 addition & 1 deletion src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/* Implementation of the network-or-cache pattern:
https://serviceworke.rs/strategy-network-or-cache.html */
const CACHE_NAME = 'network-or-cache-2021-04-14'
const CACHE_NAME = 'network-or-cache-2021-04-20'
const CACHE_FILES = [
'/',
'robots.txt',
Expand Down
2 changes: 1 addition & 1 deletion static/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "2021-04-14"}
{"version": "2021-04-20"}

0 comments on commit 3bad1ce

Please sign in to comment.