From fba1843520df050f6b7c1ac913175bedcafabe24 Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Mon, 17 May 2021 09:23:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=87=20Version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 02c9b84..25ce1f5 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "chatr-serverless-api", - "version": "0.0.7", + "version": "0.0.8", "description": "Serverless API and event handler for Chatr", "scripts": { "start": "swa start ../client --api . --swa-config-location ../client",