From c423a84f4e819e8e26d47deeaec7788c2ee69e87 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 17 Jan 2019 16:09:50 +0200 Subject: [PATCH] bumping version to 3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 872203dc8..051f37dc9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "this is part of the deployment proess, so it is important to update the version number", "version name corresponds to the github release name / tag name - https://github.com/Midburn/Spark/releases" ], - "version": "3.2.5", + "version": "3.3.0", "private": true, "scripts": { "postinstall": "cd public; npm install",