kopia lustrzana https://github.com/backface/turtlestitch
snap7
rodzic
f0ee59815f
commit
57fec07ee3
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Snap! 7 - rc2 - Build Your Own Blocks</title>
|
||||
<title>Snap! 7 - rc3 - 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">
|
||||
|
|
|
@ -4770,7 +4770,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
|||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||
world = this.world();
|
||||
|
||||
aboutTxt = 'Snap! 7 - rc2 -\nBuild Your Own Blocks\n\n'
|
||||
aboutTxt = 'Snap! 7 - rc3 -\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'
|
||||
|
|
2
sw.js
2
sw.js
|
@ -1,4 +1,4 @@
|
|||
var snapVersion = '7-rc2'
|
||||
var snapVersion = '7-rc3'
|
||||
|
||||
var cacheName = 'snap-pwa',
|
||||
filesToCache = [
|
||||
|
|
Ładowanie…
Reference in New Issue