diff --git a/HISTORY.md b/HISTORY.md index f5e30afc..3f1e0702 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Snap! (BYOB) History -## in development for v7: +## 7.0.0: * **New Features:** * scenes * extensions @@ -74,6 +74,7 @@ ### 2021-12-13 * objects: tweaked asynchronous costume loading/rendering issue * rc7 +* v7 release ### 2021-12-12 * threads: fixed #2932 diff --git a/snap.html b/snap.html index 859fda75..2b4498bb 100755 --- a/snap.html +++ b/snap.html @@ -1,7 +1,7 @@ - Snap! 7 - rc7 - Build Your Own Blocks + Snap! 7.0.0 - Build Your Own Blocks diff --git a/src/gui.js b/src/gui.js index eb98b7e4..9e98824d 100644 --- a/src/gui.js +++ b/src/gui.js @@ -4770,7 +4770,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 7 - rc7 -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 7.0.0\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 f6cddf70..31e76c75 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '7-rc7' +var snapVersion = '7.0.0' var cacheName = 'snap-pwa', filesToCache = [