From 91430ae1023e4ac1ce308bbffbd004716a8cb4e7 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh <hi@midhun.dev> Date: Thu, 17 Feb 2022 18:39:04 +0530 Subject: [PATCH] Increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7efebb..97166d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatterbox", - "version": "0.1.1", + "version": "0.2.0", "scripts": { "start": "vite", "build": "tsc && vite build && vite build --config parent-vite.config.js && scripts/after-build.sh", -- GitLab