Merge branch 'develop'

This commit is contained in:
Alice Gaudon 2020-05-20 17:47:01 +02:00
commit 279c7970be

View File

@ -1,13 +1,13 @@
{ {
"name": "tabs", "name": "tabs",
"version": "0.9.0", "version": "0.9.1",
"description": "Persistent and separate browser tabs in one window.", "description": "Persistent and separate browser tabs in one window.",
"author": { "author": {
"name": "Alice Gaudon", "name": "Alice Gaudon",
"email": "alice@gaudon.pro" "email": "alice@gaudon.pro"
}, },
"homepage": "https://gitlab.com/ArisuOngaku/tabs", "homepage": "https://gitlab.com/ArisuOngaku/tabs",
"license": "GPL-3", "license": "GPL-3.0-only",
"main": "tabs.js", "main": "tabs.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",