diff --git a/mpMath/.vscode/launch.json b/mpMath/.vscode/launch.json index 2ba986f..e98c4b3 100644 --- a/mpMath/.vscode/launch.json +++ b/mpMath/.vscode/launch.json @@ -2,7 +2,7 @@ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", + "version": "0.2.1", "configurations": [ { "type": "chrome", diff --git a/mpMath/manifest.json b/mpMath/manifest.json index 8dfc4d3..884f6cb 100644 --- a/mpMath/manifest.json +++ b/mpMath/manifest.json @@ -1,6 +1,6 @@ { "name": "mpMath", - "version": "0.2.0", + "version": "0.2.1", "description": "微信公众号公式插件.", "permissions": ["storage", "declarativeContent", "activeTab", "scripting"], "background": {