Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed May 10, 2014
1 parent 0c70342 commit 71afbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions js/qiandao/taobao.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
var today = (new Date()).toDateString();
if (! (status && today === status)) {
// need cookie
chrome.runtime.sendMessage({method: "taobao_qiandao"}, function(res) {
console.log(res);
});
chrome.runtime.sendMessage({method: "taobao_qiandao"}, function(res) {});
} else {
console.log('[qiandao][taobao] already signIn today.');
}
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "自动签到",
"short_name": "签到",
"version": "0.0.2",
"version": "0.0.3",
"manifest_version": 2,
"description": "登陆访问时自动在淘宝,点评,一号店,苏宁,虾米等网站签到。",
"description": "访问时如果已登陆则自动在淘宝,点评,一号店,苏宁,虾米等网站签到。",
"homepage_url": "http://fayland.me/",
"icons": {
"16": "icons/icon16.png",
Expand Down

0 comments on commit 71afbc0

Please sign in to comment.