From 34614c153488cacccd4f14a1de23039232038ab5 Mon Sep 17 00:00:00 2001 From: TYPCN Date: Mon, 4 Jan 2016 17:52:27 +0800 Subject: [PATCH] Fix update notification --- chrome-extension/js/background.js | 4 ++-- chrome-extension/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome-extension/js/background.js b/chrome-extension/js/background.js index 0350bf6..34baa57 100644 --- a/chrome-extension/js/background.js +++ b/chrome-extension/js/background.js @@ -6,8 +6,8 @@ chrome.runtime.onInstalled.addListener(function(details) { message: "支持 You-Get 插件,解析播放近百家视频网站\n与 Bilibili 助手兼容,同时安装以支持 html5 与 mac 客户端播放器一键切换\n支持自动静默打开客户端等功能,可到扩展设置中开启", iconUrl: "img/icon48.png" } - if(localStorage.lastNotification != 1.3){ - localStorage.lastNotification = 1.3; + if(localStorage.lastNotification != 1.4){ + localStorage.lastNotification = 1.4; showNotification(opt); } }; diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index 1109fb6..d620d54 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Bilibili Mac Client Helper", "description": "Chrome Helper for Bilibili Mac Client", - "version": "1.4", + "version": "1.41", "permissions": [ "storage", "tabs",