diff --git a/HISTORY.md b/HISTORY.md
index 4039bad1..ec247ac5 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -63,6 +63,10 @@
* German
* Greek, thank you, HM100!
+### 2022-08-02
+* cloud: update
+* new release candidate version
+
### 2022-08-01
* blocks, objects, store: include a representation of the stage as sprite in the "scripts pic" export if it is more than a single one
* removed some "under construction" markers
diff --git a/snap.html b/snap.html
index d64488c8..041f496e 100755
--- a/snap.html
+++ b/snap.html
@@ -20,7 +20,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
diff --git a/src/gui.js b/src/gui.js
index 3a4581de..e5effdbc 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -86,11 +86,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2022-August-01';
+modules.gui = '2022-August-02';
// Declarations
-var SnapVersion = '8.0.0-rc-220801-2';
+var SnapVersion = '8.0.0-rc-220802';
var IDE_Morph;
var ProjectDialogMorph;
diff --git a/sw.js b/sw.js
index 3da9d756..ef2a7f1b 100644
--- a/sw.js
+++ b/sw.js
@@ -1,4 +1,4 @@
-var snapVersion = '8.0.0-rc-220801-2',
+var snapVersion = '8.0.0-rc-220802',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',