From 5b6a8bc7bbd6043125e661eccd7aa4ab892fd5e7 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 10 Dec 2021 16:47:19 +0100 Subject: [PATCH] rc4 --- HISTORY.md | 3 +++ sw.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d8735766..c3d8c016 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -74,11 +74,14 @@ * Catalan and German translation updates, thanks, Joan! * translation support for the libraries list, thanks, Joan! * objects: fixed categories cache invalidation for duplicated sprites +* rc4 ### 2021-12-09 * blocks, threads: never push untested last minute changes that might break everything * gui: select motion category when switching to a scene that doesn't have the current custom category +* rc2 * objects: worked around an asynchronous rendering issue +* rc3 ### 2021-12-08 * blocks: refactored syntax trees diff --git a/sw.js b/sw.js index a902fa87..eb9d2e56 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7-rc3' +var snapVersion = '7-rc4' var cacheName = 'snap-pwa', filesToCache = [