Skip to content

Commit

Permalink
fixed "nearest crayon to" reporter in the crayons library
Browse files Browse the repository at this point in the history
to be released immediately because we need it for a workshop tomorrow
;-)
  • Loading branch information
jmoenig committed Feb 22, 2018
1 parent 5f40724 commit c5a6596
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/

// Global stuff ////////////////////////////////////////////////////////

modules.gui = '2018-February-20';
modules.gui = '2018-February-22';

// Declarations

Expand Down Expand Up @@ -3479,7 +3479,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();

aboutTxt = 'Snap! 4.1.2.1\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.1.2.2\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2018 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
Expand Down
8 changes: 8 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3992,3 +3992,11 @@ v4.1.2.1 Notable Changes:

Translation Updates:
* Spanish

180222
------
* crayons library: fixed "nearest crayon to" reporter
* release

=== v4.1.2.2 maintenance release ===

Loading

0 comments on commit c5a6596

Please sign in to comment.