From 754dc2399ce73cdef1580f5cec0aad842faabb7f Mon Sep 17 00:00:00 2001 From: David Benson Date: Sat, 27 May 2017 08:51:15 +0100 Subject: [PATCH] Corrected license --- etc/electron/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/electron/package.json b/etc/electron/package.json index d06004c8..62e994e3 100644 --- a/etc/electron/package.json +++ b/etc/electron/package.json @@ -1,6 +1,6 @@ { "name": "draw.io", - "version": "6.2.4", + "version": "6.6.4", "description": "draw.io desktop", "main": "electron.js", "scripts": { @@ -17,7 +17,7 @@ "UML" ], "author": "JGraph", - "license": "GPL-3.0", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/jgraph/draw.io/issues" },