Skip to content

Commit

Permalink
Update Manifest/Package jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
therynamo committed Feb 10, 2018
1 parent d85ab27 commit f8dc3c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Color Links",
"description": "This extension allows you to change the color of your visited links",
"version": "0.1.7",
"version": "0.1.8",
"icons": {
"16": "public/images/links16.png",
"48": "public/images/links48.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-links",
"version": "0.1.1",
"version": "1.0.1",
"description": "Help Color Blind Individuals See Visited Links",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion prod.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Color Links",
"description": "This extension allows you to change the color of your visited links",
"version": "0.1.7",
"version": "0.1.8",
"icons": {
"16": "./images/links16.png",
"48": "./images/links48.png",
Expand Down

0 comments on commit f8dc3c1

Please sign in to comment.