Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
- Bug fix

fixes #1
  • Loading branch information
ramkumar-kr committed Nov 8, 2016
1 parent 72a8815 commit bdfd7b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ function startListening(worker_listen){
});
});
}

function unload(reason) {
ntp.NewTabURL.reset();
}

exports.onUnload = unload;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "React New Tab",
"name": "react-new-tab-firefox",
"version": "0.0.2",
"version": "0.0.3",
"description": "New tab extension built using react",
"main": "index.js",
"author": "Ramkumar K R",
Expand Down

0 comments on commit bdfd7b3

Please sign in to comment.