From f7ed6b420f6c1c5984c511b813c00fe1b3b6fcda Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 18 Dec 2023 14:58:51 +0200 Subject: [PATCH] Update manifest cache key --- src/settings/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/global.js b/src/settings/global.js index 1c92c904327..771227338ef 100644 --- a/src/settings/global.js +++ b/src/settings/global.js @@ -8,5 +8,5 @@ export default { websiteUrl: 'https://www.30secondsofcode.org', githubRepoUrl: 'https://github.com/Chalarangelo/30-seconds-of-code', licenseUrl: 'https://creativecommons.org/licenses/by/4.0/', - manifestCacheKey: '305c210420234555', + manifestCacheKey: '30swp20231218115417', };