Skip to content

Commit

Permalink
Bumping version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firejune committed May 26, 2016
1 parent 767b5d4 commit 19833d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports.install = () => {
}

console.log(`Installing React DevTools from ${__dirname}`)
exports.inject();
return electron.remote.BrowserWindow.addDevToolsExtension(__dirname)
}

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": "electron-react-devtools",
"version": "0.1.5",
"version": "0.2.0",
"description": "React DevTools Extension for Electron",
"main": "./api.js",
"repository": {
Expand Down

0 comments on commit 19833d3

Please sign in to comment.