Skip to content

Commit

Permalink
3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoshuaixing committed Dec 16, 2024
1 parent 4c387e1 commit dea6e7e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
- 🍉 **简单:** 只需懂 JavaScript
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5100+**
- 🍨 **github:** https://github.com/dromara/electron-egg **1800+**
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5200+**
- 🍨 **github:** https://github.com/dromara/electron-egg **1900+**
- 🏆 码云最有价值开源项目
![](./public/images/example/ee-zs.png)

Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![star](https://gitee.com/dromara/electron-egg/badge/star.svg?theme=gvp)](https://gitee.com/dromara/electron-egg/stargazers)

<div align=center>
<h3>🎉🎉🎉 ElectronEgg V3.14.0已发布! 🎉🎉🎉</h3>
<h3>🎉🎉🎉 ElectronEgg V3.15.0已发布! 🎉🎉🎉</h3>
</div>
<br>

Expand Down Expand Up @@ -34,8 +34,8 @@
- 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
- 🍉 **简单:** 只需懂 JavaScript
- 🍑 **愿景:** 所有开发者都能学会桌面软件研发
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5100+**
- 🍨 **github:** https://github.com/dromara/electron-egg **1800+**
- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **5200+**
- 🍨 **github:** https://github.com/dromara/electron-egg **1900+**
- 🏆 码云最有价值开源项目
![](./public/images/example/ee-zs.png)

Expand Down
2 changes: 1 addition & 1 deletion electron/config/builder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"productName": "ee",
"appId": "com.electron.ee",
"copyright": "© 2023 哆啦好梦 Technology Co., Ltd.",
"copyright": "© 2025 哆啦好梦 Technology Co., Ltd.",
"directories": {
"output": "out"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ee",
"version": "3.14.0",
"version": "3.15.0",
"description": "A fast, desktop software development framework",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@electron/rebuild": "^3.2.13",
"debug": "^4.3.3",
"ee-bin": "1.8.0",
"ee-bin": "1.8.3",
"electron": "^21.4.4",
"electron-builder": "^23.6.0",
"eslint": "^5.13.0",
Expand All @@ -56,7 +56,7 @@
},
"dependencies": {
"dayjs": "^1.10.7",
"ee-core": "2.11.0",
"ee-core": "2.12.0",
"electron-updater": "^5.3.0",
"lodash": "^4.17.21"
}
Expand Down

0 comments on commit dea6e7e

Please sign in to comment.