From 91b64cd021b3ba3860eee7425839bd159bf9416a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:36:16 +0000 Subject: [PATCH] chore: version v0.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c46cc96..76ace13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtrail", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "scripts": { "build": "vite build", @@ -82,4 +82,4 @@ "typescript-eslint": "^8.0.0-alpha.62", "vite": "^5.3.5" } -} \ No newline at end of file +}