new dev version

snap7
Jens Mönig 2022-01-21 17:52:05 +01:00
rodzic 39034b4012
commit b020e1be89
4 zmienionych plików z 6 dodań i 3 usunięć

Wyświetl plik

@ -8,6 +8,9 @@
* **Documentation Updates:**
* **Translation Updates:**
### 2022-01-21
* new dev version
## 7.0.6:
* **Notable Changes:**
* added more localizable error strings

Wyświetl plik

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Snap! 7.0.6 - Build Your Own Blocks</title>
<title>Snap! 7.0.7 - dev - Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/snap-icon-152.png">

Wyświetl plik

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

2
sw.js
Wyświetl plik

@ -1,4 +1,4 @@
var snapVersion = '7.0.6',
var snapVersion = '7.0.7-dev',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',