From 0d9a8a11eeb2ac1ddc7d69c0d13dfa6d78505593 Mon Sep 17 00:00:00 2001 From: micheldrescher Date: Mon, 21 Sep 2020 10:38:51 +0100 Subject: [PATCH] Update package.json with new release number Preparations for release 0.2.1, which only updates packages with security vulnerabilities --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bcc0af..76f30e5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cw-project-radar", - "version": "0.2.0", + "version": "0.2.1", "description": "A re-implementation of the ThoughtWorks Technology Radar using express, webpack, MongoDB and many other goodies.", "main": "server.js", "scripts": {