released v2.3.2

This commit is contained in:
jaywcjlove
2022-09-13 11:29:17 +08:00
parent df10f96a65
commit 7f28e6ada1
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"name": "wxmp",
"description": "微信公众号 Markdown 编辑器",
"homepage": "https://github.com/jaywcjlove/wxmp.git",
"version": "2.3.1",
"version": "2.3.2",
"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.3.1"
"@wcj/wxmp-main": "2.3.2"
},
"devDependencies": {
"@wcj/wxmp-preload": "2.3.1",
"@wcj/wxmp-preload": "2.3.2",
"cpy-cli": "4.2.0",
"electron": "20.1.3",
"electron-builder": "23.3.3",
"website": "2.3.1"
"website": "2.3.2"
}
}

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
{
"version": "2.3.1",
"version": "2.3.2",
"packages": ["website", "electron/*"]
}

View File

@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"scripts": {
"start": "kkt start",