From 47394a86ab8e4f0627e8ab41cebfab73e488a727 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 5 Aug 2023 08:38:32 +0200 Subject: [PATCH] chore: patch version --- src/minesweeper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minesweeper.js b/src/minesweeper.js index 9048e2c..6b2f937 100644 --- a/src/minesweeper.js +++ b/src/minesweeper.js @@ -9,7 +9,7 @@ import { 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 VERSION = "0.3.12"; +const VERSION = "0.3.13"; const MOBILE_BUSY_DELAY = 250; const PC_BUSY_DELAY = 500; const CASUAL_MODE = false;