From d4acdbbb9d0992ca97a8e8cf8167cea6a1a4658f Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 9 Oct 2019 19:05:52 +0200 Subject: [PATCH] updated version date and history --- HISTORY.md | 4 ++++ snap.html | 2 +- src/sketch.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9ce7120a..a0413933 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,8 @@ * **Notable Changes:** * **Notable Fixes:** * morphic collision detection off-by-1 fix, thanks, Dariusz! + * fixed a typo in the OF-reporter's help screen, thanks, @jasonappah + * enable costumes created in the vector editor to be stretchable in Firefox, thanks, @coproc * **Translation Updates:** * Catalan * Ukrainian, thanks, @@ -17,6 +19,8 @@ * morphic: collision detection off-by-1 fix, thanks, @DarDoro * translation updates for: Catalan, Ukrainian, Galician and Turkish * gui: new cloud- menu entry: "Open in Community Site", thanks, Michael! +* fixed a typo in the OF-reporter's help screen, thanks, @jasonappah +* enable costumes created in the vector editor to be stretchable in Firefox, thanks, @coproc ## v5.1.0 * **New Features:** diff --git a/snap.html b/snap.html index 771c0758..883e34c4 100755 --- a/snap.html +++ b/snap.html @@ -15,7 +15,7 @@ - + diff --git a/src/sketch.js b/src/sketch.js index 4fbc66c3..7727a488 100644 --- a/src/sketch.js +++ b/src/sketch.js @@ -59,7 +59,7 @@ PaintColorPickerMorph, Color, SliderMorph, InputFieldMorph, ToggleMorph, TextMorph, Image, newCanvas, PaintEditorMorph, StageMorph, Costume, isNil, localize, PaintCanvasMorph, detect, modules*/ -modules.sketch = '2019-February-22'; +modules.sketch = '2019-October-09'; // Declarations