diff --git a/HISTORY.md b/HISTORY.md index cac5750c..19f7c6b9 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ ## in development: -## 6.0.0 beta: +## 6.0.0: * **New Features:** * new Morphic architecture, faster loading, smaller memory footprint, mobile-friendly * hyper-blocks diff --git a/snap.html b/snap.html index dae5cfb6..5f80ca1f 100755 --- a/snap.html +++ b/snap.html @@ -2,7 +2,7 @@ - Snap! Build Your Own Blocks 6.0.0 - beta - + Snap! Build Your Own Blocks 6.0.0 @@ -10,7 +10,7 @@ - + @@ -19,7 +19,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 1a08d58e..3e89d305 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2020-July-01'; +modules.gui = '2020-July-08'; // Declarations @@ -3881,7 +3881,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.0.0 - beta -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.0.0\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n' diff --git a/src/store.js b/src/store.js index 809f5349..f15e4132 100644 --- a/src/store.js +++ b/src/store.js @@ -61,7 +61,7 @@ normalizeCanvas, contains*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2020-May-18'; +modules.store = '2020-July-08'; // XML_Serializer /////////////////////////////////////////////////////// @@ -247,7 +247,7 @@ SnapSerializer.uber = XML_Serializer.prototype; // SnapSerializer constants: -SnapSerializer.prototype.app = 'Snap! 6.0 beta, https://snap.berkeley.edu'; +SnapSerializer.prototype.app = 'Snap! 6, https://snap.berkeley.edu'; SnapSerializer.prototype.thumbnailSize = new Point(160, 120);