Update version to 1.1.4.6025.

This commit is contained in:
Kenshin 2020-06-24 18:48:01 +08:00
parent 67409dc745
commit d534d7dd07
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name" : "__MSG_extension_name__",
"default_locale" : "en",
"version" : "1.1.4.6022",
"version" : "1.1.4.6025",
"short_name" : "SimpRead",
"description" : "__MSG_extension_desc__",
"homepage_url" : "http://ksria.com/simpread",

View File

@ -38,6 +38,7 @@ const version = browser.runtime.getManifest().version.replace( /.\d{2,}/, "" ),
patchs = new Map([
[ "1.1.4.6016", "修复 Notion 相关问题,并支持 Database 导出方案," ],
[ "1.1.4.6022", "修复 Notion 授权问题,并支持 图床 导出方案," ],
[ "1.1.4.6025", "修复 Notion 授权问题," ],
]),
tips = {
"root" : value => `.version-tips[data-hits='${value}']`,