Skip to content

Commit

Permalink
released v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 4, 2024
1 parent d85368c commit 1b2e3b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions electron/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wxmp",
"description": "微信公众号 Markdown 编辑器",
"homepage": "https://github.com/jaywcjlove/wxmp.git",
"version": "2.3.3",
"version": "2.4.0",
"main": "main.js",
"author": "Kenny Wong <[email protected]>",
"private": true,
Expand All @@ -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.3"
"@wcj/wxmp-main": "2.4.0"
},
"devDependencies": {
"@wcj/wxmp-preload": "2.3.3",
"@wcj/wxmp-preload": "2.4.0",
"cpy-cli": "^5.0.0",
"electron": "20.1.3",
"electron-builder": "23.3.3",
"website": "2.3.3"
"website": "2.4.0"
}
}
2 changes: 1 addition & 1 deletion electron/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/wxmp-main",
"version": "2.3.3",
"version": "2.4.0",
"main": "./lib/index.js",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion electron/preload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/wxmp-preload",
"version": "2.3.3",
"version": "2.4.0",
"main": "./lib/index.js",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.3.3",
"version": "2.4.0",
"packages": ["website", "electron/*"]
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.3.3",
"version": "2.4.0",
"private": true,
"scripts": {
"start": "kkt start",
Expand Down

0 comments on commit 1b2e3b5

Please sign in to comment.