Skip to content

Commit 454a129

Browse files
authored
Added v1.5 info
1 parent 2dc796d commit 454a129

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

home.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ function getCookie(name) {
44
if (parts.length === 2) return parts.pop().split(';').shift();
55
}
66
function checkversion() {
7-
if (getCookie('ScratchToolsVersion') !== '1.4') {
8-
document.cookie = "ScratchToolsVersion=1.4; expires=Thu, 18 Dec 9999 12:00:00 UTC; path=/";
7+
if (getCookie('ScratchToolsVersion') !== '1.5') {
8+
document.cookie = "ScratchToolsVersion=1.5; expires=Thu, 18 Dec 9999 12:00:00 UTC; path=/";
99
createExplanation()
1010
}
1111
}
@@ -47,7 +47,7 @@ element.appendChild(h1)
4747
var stuff = document.createElement('br')
4848
element.appendChild(stuff)
4949
var el2 = document.createElement('p')
50-
el2.textContent = "This is ScratchTools v1.4! We have a few new features, so we hope you're excited!"
50+
el2.textContent = "Welcome to ScratchTools v1.5! We have added a lot of new features, so take a look around!"
5151
el2.style.color = 'black'
5252
el2.style.padding = '20px'
5353
element.appendChild(el2)

0 commit comments

Comments
 (0)