released v2.2.0

This commit is contained in:
jaywcjlove
2022-09-05 00:21:56 +08:00
parent 5c10978fe9
commit 6aad6713d2
6 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
"name": "wxmp",
"description": "微信公众号 Markdown 编辑器",
"homepage": "https://github.com/jaywcjlove/wxmp.git",
"version": "2.1.0",
"version": "2.2.0",
"main": "main.js",
"author": "Kenny Wong <398188662@qq.com>",
"private": true,
@@ -18,13 +18,13 @@
"build": "npm run copy && cross-env NODE_ENV=production electron-builder build --publish=never --config config.json"
},
"dependencies": {
"@wcj/wxmp-main": "2.1.0"
"@wcj/wxmp-main": "2.2.0"
},
"devDependencies": {
"@wcj/wxmp-preload": "2.1.0",
"@wcj/wxmp-preload": "2.2.0",
"cpy-cli": "4.2.0",
"electron": "19.0.5",
"electron-builder": "23.1.0",
"website": "2.1.0"
"website": "2.2.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@wcj/wxmp-main",
"version": "2.1.0",
"version": "2.2.0",
"main": "./lib/index.js",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@wcj/wxmp-preload",
"version": "2.1.0",
"version": "2.2.0",
"main": "./lib/index.js",
"private": true,
"scripts": {