Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yjlintw committed May 10, 2017
1 parent 9714ef4 commit d60bfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ autoUpdater.on('update-not-available', (ev, info) => {
if (manualupdate) {
dialog.showMessageBox({
type: "info",
message: `Already up to dated`,
message: `Already up to date`,
});
manualupdate = true;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "comic-reader",
"productName": "Comic Reader",
"author": "Team Comic Reader",
"version": "0.1.33",
"version": "0.1.34",
"description": "Quickly, smoothly and cooler reading experience. The best move to read comics.",
"main": "main.js",
"devDependencies": {
Expand Down

0 comments on commit d60bfbf

Please sign in to comment.