Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnsk committed Jan 1, 2018
1 parent 92c3f64 commit cd78b54
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.7.0",
"version": "1.8.0",

"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/Translate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
text = 'The "'+this.text+'" word has been added!';
history.addWord(this.text);
} else {
text = 'An error mesage received: '+data.error_msg;
text = 'An error message received: '+data.error_msg;
}
chrome.runtime.sendMessage({
Expand Down

0 comments on commit cd78b54

Please sign in to comment.