From b933e956f1b66d3a17276f5cd0ac4908065a7e88 Mon Sep 17 00:00:00 2001 From: Frederic Heem Date: Sun, 23 Jul 2017 16:16:30 +0100 Subject: [PATCH] 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a2ee83a..8ec410ce 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": "4.0.1", + "version": "5.0.1", "private": false, "scripts": { "install": "echo \"Run the command \"npm install\" in the client and in the server\"",