diff --git a/package-lock.json b/package-lock.json index f19ba16f..7bf76413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-material-icons-extension", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-material-icons-extension", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "selector-observer": "2.1.6" diff --git a/package.json b/package.json index 2723b2f0..fbdcc5c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-material-icons-extension", - "version": "1.6.0", + "version": "1.6.1", "description": "Browser Extension that enhances the GitHub file browser with material icons.", "main": "src/main.js", "author": "Claudio Santos", diff --git a/src/manifest.json b/src/manifest.json index 6e3b9478..195602e9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,10 +2,10 @@ "name": "Material Icons for GitHub", "browser_specific_settings": { "gecko": { - "id":"{eac6e624-97fa-4f28-9d24-c06c9b8aa713}" + "id": "{eac6e624-97fa-4f28-9d24-c06c9b8aa713}" } }, - "version": "1.6.0", + "version": "1.6.1", "manifest_version": 3, "description": "Replace the file/folder icons on the GitHub file browser with icons representing the file's type and which tool it is used by.", "homepage_url": "https://github.com/Claudiohbsantos/github-material-icons-extension",