From 23cae6d1144a6147370fe1294265f7409d276ed0 Mon Sep 17 00:00:00 2001 From: Alexander Tornoreanu Date: Sat, 29 Feb 2020 12:00:47 +0200 Subject: [PATCH] increment version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1db05fe..0947219 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ipm-hpc-v2", "productName": "IPM-HPC-v2", - "version": "0.8.0", + "version": "0.8.1", "description": "Interactive Visualization of MPI Performance Data (Bachelor Thesis)", "scripts": { "build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",