Skip to content

Commit

Permalink
Updated path for icon32
Browse files Browse the repository at this point in the history
  • Loading branch information
kas-elvirov committed Mar 29, 2018
1 parent 6c949ae commit 766e139
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
___

# Chrome extension [GLOC](https://chrome.google.com/webstore/detail/gloc-github-counter-lines/kaodcnpebhdbpaeeemkiobcokcnegdki?utm_source=chrome-ntp-icon)
## **Current version: 7.0.2** ( 2018, 28 march )
## **Current version: 7.0.3** ( 2018, 29 march )


## Description
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "Gloc",
"author": "Artem Solovev",
"description": "Сounts lines of code on GitHub",
"version": "7.0.2",
"version": "7.0.3",

"browser_action": {
"default_icon": "img/icon128.png",
Expand Down Expand Up @@ -36,7 +36,7 @@

"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"32": "img/icon32.png",
"128": "img/icon128.png"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloc",
"version": "7.0.2",
"version": "7.0.3",
"description": "Extension counts the number of lines of code in GitHub pages.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 766e139

Please sign in to comment.