pushed dev version to 6.7

because of new documentable features
pull/95/head
jmoenig 2021-03-02 17:46:39 +01:00
rodzic 07aae7b3bc
commit 9ae90d4e2e
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -18,6 +18,7 @@
* threads: optimized special cases for compiled version of COMBINE
* gui, objects: undelete sprites
* threads: correct identities when combining the items of an empty list with + / * / min / max
* gui: pushed dev version to 6.7 because of new documentable features
### 2021-03-01
* byob: improved layout and rendering of (+) buttons in custom block prototypes

Wyświetl plik

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Snap! 6.6.1 - dev - Build Your Own Blocks</title>
<title>Snap! 6.7.0 - dev - Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico">
<script src="src/morphic.js?version=2021-02-10"></script>
<script src="src/symbols.js?version=2020-10-07"></script>

Wyświetl plik

@ -4282,7 +4282,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 6.6.1 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 6.7.0 - dev -\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'