From 4268eca48c9f182e90063414297a7f069adc4e34 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Mon, 18 Mar 2019 20:36:49 +0900 Subject: [PATCH] Bump up version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebf299b..88db00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-static-hosting-with-basic-auth", - "version": "0.1.0", + "version": "0.2.0", "description": "Serverless boilerplate for Static website hosting with Basic authentication", "main": "index.js", "scripts": {