diff --git a/package.json b/package.json index 18319b3..6c3aca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codewars-solutions-scraper", - "version": "1.0.1", + "version": "1.0.2", "description": "A scraper that gets the solutions of all of the CodeWars katas you have solved", "main": "src/main.js", "bin": { @@ -23,7 +23,7 @@ "puppeteer" ], "author": "Luis De Anda", - "license": "MIT", + "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/nibble-4bits/codewars-solutions-scraper/issues" },