new dev version

pull/89/head
jmoenig 2019-11-06 00:25:51 +01:00
rodzic acec36e23e
commit 4541be1321
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -6,6 +6,9 @@
* **Notable Fixes:**
* **Translation Updates:**
### 2019-11-05
* new dev version
## v5.3.1:
* **Notable Fixes:**
* no longer translate variable names in drop-down menus for which translations exist

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.3.1</title>
<title>Snap! Build Your Own Blocks 5.3.2 - dev -</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2019-11-04"></script>
<script type="text/javascript" src="src/widgets.js?version=2019-10-16"></script>

Wyświetl plik

@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 5.3.1\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 5.3.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'