From 5c110ea7d3ed755609a38b747312c9f4bd95136c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Snorre=20Magnus=20Dav=C3=B8en?= Date: Sun, 4 Aug 2024 19:29:06 +0200 Subject: [PATCH] chore: Bump to 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c565ed2..ecaf56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-monkey-clash", - "version": "0.1.2", + "version": "0.1.3", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev:server": "bun --hot run src/index.tsx",