chore: patch version
This commit is contained in:
parent
616e3ff348
commit
47394a86ab
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import {
|
||||||
import { levels } from './levels.js';
|
import { levels } from './levels.js';
|
||||||
|
|
||||||
const TEST_MODE = false; // set to true if you want to test the game with visual hints and separate leaderboard
|
const TEST_MODE = false; // set to true if you want to test the game with visual hints and separate leaderboard
|
||||||
const VERSION = "0.3.12";
|
const VERSION = "0.3.13";
|
||||||
const MOBILE_BUSY_DELAY = 250;
|
const MOBILE_BUSY_DELAY = 250;
|
||||||
const PC_BUSY_DELAY = 500;
|
const PC_BUSY_DELAY = 500;
|
||||||
const CASUAL_MODE = false;
|
const CASUAL_MODE = false;
|
||||||
|
|
Loading…
Reference in a new issue