From e21af1874eea5e0c37ef9d6bd1be2a5a39107d57 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Wed, 20 May 2020 17:46:41 +0200 Subject: [PATCH 1/2] package.json: fix license SPDX code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb9abd7..a46cf54 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "email": "alice@gaudon.pro" }, "homepage": "https://gitlab.com/ArisuOngaku/tabs", - "license": "GPL-3", + "license": "GPL-3.0-only", "main": "tabs.js", "scripts": { "start": "electron .", From 31f2b3a133fa1f299fb62d0c0a285015759c39ed Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Wed, 20 May 2020 17:46:54 +0200 Subject: [PATCH 2/2] Version 0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a46cf54..da24adb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabs", - "version": "0.9.0", + "version": "0.9.1", "description": "Persistent and separate browser tabs in one window.", "author": { "name": "Alice Gaudon",