diff --git a/package.json b/package.json index 9b3b5970..7a0fdf43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "licenseplate", - "version": "0.2.0", + "version": "0.2.1", "description": "Browser extension to get early warnings when facing insufficiently licensed code.", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index edecccc6..f2c25795 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Licenseplate", "description": "License Hints for Github", - "version": "0.2.0", + "version": "0.2.1", "manifest_version": 3, "options_ui": { "page": "options.html",