From b91d994c954f01e33151031a9cfaaa2c3c5a2082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fam=C3=A1=20Rom=C3=A1n?= Date: Wed, 14 Feb 2024 06:31:44 -0300 Subject: [PATCH] hotfix: version of 2b928fbc01793aae7a1dc0c6b19988cba45a95c6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f942614..450911e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "tic-tac-toe-world", - "version": "1.3.0", + "version": "1.3.1", "scripts": { "dev": "astro dev --host", "start:build": "astro check && astro build && astro preview --host",