From 84f2c95d658b46c36d63ce875e0d5bf86901810e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Snorre=20Magnus=20Dav=C3=B8en?= Date: Sun, 21 Jul 2024 18:30:40 +0200 Subject: [PATCH] chore: Bump to 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05b0996..61e36d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-monkey-clash", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev:server": "bun --hot run src/index.tsx",