Skip to content

Commit 4389cf6

Browse files
authored
Update menu.js
1 parent 915e8ae commit 4389cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ console.log('Платформа в опциях: ' + options.platform);
5151

5252
loading = false;
5353

54-
var curVersion = "0.9.14";
54+
var curVersion = "0.9.15";
5555
if (!options.noLocalStorage){
5656
if (localStorage.getItem("Options") !== null) {
5757
options = gameload("Options");

0 commit comments

Comments
 (0)