Skip to content

Commit

Permalink
3.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Aug 23, 2015
1 parent 2b05c73 commit 26ed7db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.7.0.1",
"version": "3.8.0.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"homepage_url": "https://github.com/github-linker/chrome-extension",
Expand Down Expand Up @@ -33,6 +33,7 @@
}
],
"permissions": [
"storage"
"storage",
"https://githublinker.herokuapp.com/"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "github-linker-chrome-extension",
"version": "3.7.0",
"version": "3.8.0",
"dependencies": {
"browser-request": "^0.3.3",
"github-linker-core": "^1.8.0",
"github-linker-core": "^1.9.0",
"jquery": "^2.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 26ed7db

Please sign in to comment.