diff --git a/HISTORY.md b/HISTORY.md index 2b61c5a..f477cfa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +### v2.4.6 +* Fix random page reload + ### v2.4.4 * Fix layout in project page * Fix intermittent page reload diff --git a/dist/chrome.crx b/dist/chrome.crx index 4c31a0f..11e9965 100644 Binary files a/dist/chrome.crx and b/dist/chrome.crx differ diff --git a/dist/chrome.zip b/dist/chrome.zip index fa6bdde..a4fc779 100644 Binary files a/dist/chrome.zip and b/dist/chrome.zip differ diff --git a/dist/firefox.zip b/dist/firefox.zip index 4ca40e0..d958237 100644 Binary files a/dist/firefox.zip and b/dist/firefox.zip differ diff --git a/dist/opera.nex b/dist/opera.nex index 4c31a0f..11e9965 100644 Binary files a/dist/opera.nex and b/dist/opera.nex differ diff --git a/package.json b/package.json index a229d7c..d64dc0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "octotree", - "version": "2.4.5", + "version": "2.4.6", "description": "Code tree for GitHub", "main": "inject.js", "scripts": {