diff --git a/HISTORY.md b/HISTORY.md index 35914f10..1de94e62 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -88,6 +88,10 @@ * German * French +### 2019-06-26 +* updated manual and help screen for COMBINE, thank you, Brian! +* updated CRAYONS library, thanks you, Brian! + ### 2019-06-25 * threads: 2 optional formal inputs for rings in MAP, KEEP, FIND, COMBINE: index and source list * objects, threads: renamed COMBINE label, switching the inputs diff --git a/snap.html b/snap.html index 0fcee00d..232c0826 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 5 - Beta - + Snap! Build Your Own Blocks 5 - RC - - + diff --git a/src/gui.js b/src/gui.js index 76293f79..fb7cb191 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2019-May-29'; +modules.gui = '2019-June-27'; // Declarations @@ -3595,7 +3595,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5 - Beta -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5 - RC -\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2019 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'