Skip to content

Commit

Permalink
Merge remote-tracking branch 'samyoul/issue/162'
Browse files Browse the repository at this point in the history
* samyoul/issue/162:
  Updated version to 1.10.1
  Fixed Blockie Layout Issue With Etherscan
  • Loading branch information
409H committed Nov 10, 2017
2 parents 6c82a82 + 8213b0b commit 26906d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.ext-etheraddresslookup-link {
white-space: nowrap;
}

.ext-etheraddresslookup-link-highlight {
padding: 2px;
background: #F2EAAC;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "EtherAddressLookup",
"short_name": "EtherAddressLookup",
"description": "Adds links to strings that look like Ethereum addresses to your favorite blockchain explorer.",
"version": "1.10.0",
"version": "1.10.1",

"browser_action": {
"default_icon": "images/icon.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": "etheraddresslookup",
"version": "1.10.0",
"version": "1.10.1",
"description": "A web extension for blocking ethereum phishing websites.",
"main": "blacklists/domains.json",
"scripts": {
Expand Down

0 comments on commit 26906d9

Please sign in to comment.