From cb061793ba72ed678810ff292dcdf688db7b7aa7 Mon Sep 17 00:00:00 2001 From: David Paul Graham Date: Mon, 5 Feb 2024 17:27:09 -0500 Subject: [PATCH] increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2385b77..83423a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "the-manifest-game", "private": true, - "version": "0.1.4", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite",