From 36561035f34e2d2c753fb56e276ee668a980b931 Mon Sep 17 00:00:00 2001 From: MarvNC Date: Fri, 12 Jul 2024 00:19:28 -0700 Subject: [PATCH] 1.6.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ebb786..99f1e10 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.5.0", + "version": "1.6.0", "scripts": { "start": "bun run src/index.ts", "startall": "bun run src/index.ts -a", @@ -19,4 +19,4 @@ "peerDependencies": { "typescript": "^5.0.0" } -} \ No newline at end of file +}