Skip to content

Commit

Permalink
更新版本号到 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greatghoul committed Dec 19, 2017
1 parent dffc49c commit 9a240ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions src/js/config/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ app.setup({
});

app.showUpdateNotes = function() {
chrome.notifications.create("update_notes", {
type: "list",
title: "TransIt V1.6.2 更新记录",
message: "",
iconUrl: "img/icon48.png",
items: [
{
title: '',
message: '修正页面划词结果的样式冲突'
}
]
chrome.notifications.create({
type: 'list',
title: 'TransIt V1.6.3 更新记录',
message: '',
iconUrl: 'img/icon48.png',
items: [
{
title: '',
message: '修复百度和必应翻译失效的问题'
}
]
}, function () {});
};

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "TransIt",
"description": "让划词翻译更简单",
"version": "1.6.2",
"version": "1.6.3",

"icons": {
"48": "img/icon48.png",
Expand Down

0 comments on commit 9a240ef

Please sign in to comment.