From f3390480237b154640ca5403a21950713db49b97 Mon Sep 17 00:00:00 2001 From: james Date: Sat, 23 Dec 2023 18:27:27 +0000 Subject: [PATCH] Update package.json version to 0.0.14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 403dc4e..8ce7a8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skroutes", - "version": "0.0.13", + "version": "0.0.14", "scripts": { "dev": "vite dev", "build": "vite build && npm run package",