diff --git a/manifest.json b/manifest.json index 0006ee0..6763860 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-weread-plugin", "name": "Weread Plugin", - "version": "0.6.1", + "version": "0.7.0", "minAppVersion": "0.12.0", "description": "This is obsidian plugin for Tencent weread.", "author": "hankzhao", diff --git a/package-lock.json b/package-lock.json index 1dda66f..3cef5df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-weread-plugin", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-weread-plugin", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "dependencies": { "@types/crypto-js": "^4.1.2", diff --git a/package.json b/package.json index 515f5e2..2f5c9fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-weread-plugin", - "version": "0.6.1", + "version": "0.7.0", "description": "This is a community plugin for tencent weread (https://r.qq.com)", "main": "main.ts", "scripts": {