diff --git a/app/manifest.json b/app/manifest.json index 7c16ebeb90..3f3c7b2118 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "3.8.0.0", + "version": "3.8.1", "manifest_version": 2, "description": "__MSG_appDescription__", "homepage_url": "https://github.com/github-linker/chrome-extension", diff --git a/app/styles/main.css b/app/styles/main.css index f22bdefd57..bf5b47f30d 100644 --- a/app/styles/main.css +++ b/app/styles/main.css @@ -1,3 +1,7 @@ .github-linker { cursor: pointer; } + +.github-linker:hover { + text-decoration: underline; +} diff --git a/package.json b/package.json index a46628fc94..773ac15e15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-linker-chrome-extension", - "version": "3.8.0", + "version": "3.8.1", "dependencies": { "browser-request": "^0.3.3", "github-linker-core": "^1.9.0",