From 4c387e192b7dfe9afbef5ac337cc5fa123700f08 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Mon, 21 Oct 2024 18:58:14 +0800 Subject: [PATCH] v3.14.0 --- README.md | 6 +++--- README.zh-CN.md | 6 +++--- package.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9f856b4..de06187 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![star](https://gitee.com/dromara/electron-egg/badge/star.svg?theme=gvp)](https://gitee.com/dromara/electron-egg/stargazers)
-

🎉🎉🎉 ElectronEgg V3.13.0已发布! 🎉🎉🎉

+

🎉🎉🎉 ElectronEgg V3.14.0已发布! 🎉🎉🎉


@@ -34,8 +34,8 @@ - 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率 - 🍉 **简单:** 只需懂 JavaScript - 🍑 **愿景:** 所有开发者都能学会桌面软件研发 -- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **4900+** -- 🍨 **github:** https://github.com/dromara/electron-egg **1700+** +- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5100+** +- 🍨 **github:** https://github.com/dromara/electron-egg **1800+** - 🏆 码云最有价值开源项目 ![](./public/images/example/ee-zs.png) diff --git a/README.zh-CN.md b/README.zh-CN.md index 9f856b4..de06187 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,7 +1,7 @@ [![star](https://gitee.com/dromara/electron-egg/badge/star.svg?theme=gvp)](https://gitee.com/dromara/electron-egg/stargazers)
-

🎉🎉🎉 ElectronEgg V3.13.0已发布! 🎉🎉🎉

+

🎉🎉🎉 ElectronEgg V3.14.0已发布! 🎉🎉🎉


@@ -34,8 +34,8 @@ - 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率 - 🍉 **简单:** 只需懂 JavaScript - 🍑 **愿景:** 所有开发者都能学会桌面软件研发 -- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **4900+** -- 🍨 **github:** https://github.com/dromara/electron-egg **1700+** +- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5100+** +- 🍨 **github:** https://github.com/dromara/electron-egg **1800+** - 🏆 码云最有价值开源项目 ![](./public/images/example/ee-zs.png) diff --git a/package.json b/package.json index 8812a15..e147cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ee", - "version": "3.13.0", + "version": "3.14.0", "description": "A fast, desktop software development framework", "main": "main.js", "scripts": { @@ -47,7 +47,7 @@ "devDependencies": { "@electron/rebuild": "^3.2.13", "debug": "^4.3.3", - "ee-bin": "1.6.0", + "ee-bin": "1.8.0", "electron": "^21.4.4", "electron-builder": "^23.6.0", "eslint": "^5.13.0", @@ -56,7 +56,7 @@ }, "dependencies": { "dayjs": "^1.10.7", - "ee-core": "2.10.1", + "ee-core": "2.11.0", "electron-updater": "^5.3.0", "lodash": "^4.17.21" }