Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnsk committed Nov 4, 2017
1 parent ae23858 commit ca07ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Leo Translate",
"version": "1.4.0",
"version": "1.4.1",

"description": "Translate words on the internet pages using LinguaLeo API and add words to the LinguaLeo Dictionary.",

Expand Down
2 changes: 1 addition & 1 deletion src/vue/Popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
beforeDestroy () {
chrome.runtime.onMessage.removeListener(this.onRuntimeMessageListener);
window.removeEventListener('message', this.onWindowMessageListener);
},
}
};
</script>

Expand Down

0 comments on commit ca07ce1

Please sign in to comment.