From 54abe2802cc587f9a5d3a81f2d98f04886fe6127 Mon Sep 17 00:00:00 2001 From: Frederic Heem Date: Mon, 23 May 2016 22:27:10 +0100 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 564974f6..aa437576 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "starhackit", "description": "react + node fullstack starter kit with authentication and authorization, data backed by SQL", - "version": "2.0.1", + "version": "2.0.2", "private": false, "scripts": { "install": "(cd client && npm install) && (cd server && npm install)",