From 7c063242c8f86b606f128be173900feb09ac73a2 Mon Sep 17 00:00:00 2001 From: BluJ Date: Mon, 20 Mar 2023 16:04:34 -0600 Subject: [PATCH] chore: Update the version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4771dfc..6da773f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "start-sdk", - "version": "0.4.0-lib0.alpha6", + "version": "0.4.0-lib0.alpha7", "description": "For making the patterns that are wanted in making services for the startOS.", "main": "./index.cjs", "types": "./index.d.ts", @@ -37,4 +37,4 @@ "vitest": "^0.29.2" }, "declaration": true -} \ No newline at end of file +}