diff --git a/HISTORY.md b/HISTORY.md index 8ba8c918..b26c7611 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,12 +4,18 @@ * **New Features:** * **Notable Changes:** +* **Notable Fixes:** +* **Documentation Updates:** +* **Translation Updates:** + +## 7.0.2: * **Notable Fixes:** * setting a clone's rotation coordinates shadows its inherited costumes * preserve embedded inputs when JOINing a nested expression with an empty list * improved loading custom block categories -* **Documentation Updates:** -* **Translation Updates:** + +### 2021-12-21 +* prepared patch ### 2021-12-20 * blocks, threads: preserve embedded inputs when JOINing a nested expression with an empty list diff --git a/snap.html b/snap.html index c61d6011..7959582e 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7.0.2 - dev - Build Your Own Blocks + Snap! 7.0.2 - Build Your Own Blocks @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 3a0891c3..8ccbdc28 100644 --- a/src/gui.js +++ b/src/gui.js @@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2021-December-18'; +modules.gui = '2021-December-21'; // Declarations @@ -4768,7 +4768,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7.0.2 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7.0.2\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n' diff --git a/sw.js b/sw.js index 9b51e034..b882c965 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7.0.2 - dev -' +var snapVersion = '7.0.2' var cacheName = 'snap-pwa', filesToCache = [