From 3a38998511a0243de32e504e472f0b1aefc1eecf Mon Sep 17 00:00:00 2001 From: Sam Gaus Date: Thu, 12 Sep 2024 16:09:23 +0100 Subject: [PATCH] v0.0.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df1c655..030540a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-kolmafia-script", "description": "Create a kolmafia script with ease", - "version": "0.0.17", + "version": "0.0.18", "author": "Sam Gaus ", "scripts": { "build": "tsup src/cli.ts --minify --format esm",