From 1b2f2fc30fa1bec5c3ccfb60dc83ea31120a159d Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 18 Dec 2021 12:49:22 -0800 Subject: [PATCH] v0.4.0 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8bca25a4..0a90c48a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "wisemapping-react", + "name": "wisemapping-font-end", "scripts": { "bootstrap": "lerna bootstrap", "build": "lerna run build", @@ -42,5 +42,6 @@ ] }, "homepage": "http://localhost:8080/react", - "license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL" -} \ No newline at end of file + "license": "https://wisemapping.atlassian.net/wiki/spaces/WS/pages/524357/WiseMapping+Public+License+Version+1.0+WPL", + "version": "0.4.0" +}