Skip to content

Commit

Permalink
[auto] release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiohbsantos committed Jun 30, 2022
1 parent 1e1432c commit 9c57e4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9c57e4d

Please sign in to comment.