new dev version

pull/89/head
jmoenig 2019-07-08 12:27:32 +02:00
rodzic 28fcf7ef1e
commit 3d6d95d949
3 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -6,6 +6,9 @@
* **Notable Fixes:**
* **Translation Updates:**
### 2019-07-08
* new dev version
## v5.0.1
* **Notable Changes:**
* gliding animation when inserting blocks using the keyboard

Wyświetl plik

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 5.0.1</title>
<title>Snap! Build Your Own Blocks 5.0.2 - dev -</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-07-02"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-06-27"></script>

Wyświetl plik

@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2019-July-04';
modules.gui = '2019-July-08';
// Declarations
@ -3595,7 +3595,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 5.0.1\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.0.2 - dev -\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'