From 788ad0f3443a7b61c53f5046927e3966eb99aadf Mon Sep 17 00:00:00 2001 From: Frederic Heem Date: Tue, 30 May 2017 19:44:12 +0100 Subject: [PATCH] 3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f153ada8..e220cc3d 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": "3.2.1", + "version": "3.3.0", "private": false, "scripts": { "install": "echo \"Run the command \"npm install\" in the client and in the server\"",