From 308e6c8b6efc129c23d786956380b6691f965fef Mon Sep 17 00:00:00 2001 From: Arghya Ghosh Date: Sat, 4 Jun 2022 00:46:12 +0530 Subject: [PATCH] Bump version to `v1.1.3` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7f3ffb..affe923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "8bits", - "version": "1.1.2", + "version": "1.1.3", "description": "A simple serverless url shortener made with Mongo DB and Vercel", "main": "index.js", "repository": "https://github.com/uiuxarghya/8bits.git", @@ -26,4 +26,4 @@ "@vercel/node": "^1.15.4", "typescript": "^4.7.2" } -} \ No newline at end of file +}