From 83fd135cabdf059cbe68a6a2e8b3d896e31e26a7 Mon Sep 17 00:00:00 2001
From: RMidhunSuresh <hi@midhun.dev>
Date: Fri, 18 Feb 2022 17:17:49 +0530
Subject: [PATCH] Increment release version

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 97166d7..b7b74dd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "chatterbox",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "scripts": {
     "start": "vite",
     "build": "tsc && vite build && vite build --config parent-vite.config.js && scripts/after-build.sh",
-- 
GitLab