diff options
author | lowercasename <raphaelkabo@gmail.com> | 2020-06-12 18:30:31 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2020-06-12 18:30:31 +0100 |
commit | ef4ba730f296444abe46a092d42e07446d3da70f (patch) | |
tree | 2dfd1b1013396a4f8a91f395078276876dbedefb /package.json | |
parent | 5b04df899c8a208c003b546e2ac0d0d9d325833c (diff) |
Version bump, changed license to GPL
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0c838be..503884d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gathio", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "index.js", "scripts": { @@ -11,7 +11,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "GPL-3.0-or-later", "dependencies": { "@sendgrid/mail": "^6.5.5", "body-parser": "^1.18.3", |