Skip to content

Commit

Permalink
1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Apr 27, 2023
1 parent 8677a24 commit b883b10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const updates = [
- 加入了转发连接直播间的功能`],
['1.12.0', '- 展示直播间监听状态,设置直播间监听数上限'],
['1.13.0', '- 更新Electron@15'],
['1.14.0', '- 更新ddatnodejs']
['1.14.0', '- 更新ddatnodejs'],
['1.14.2', '- 修复了一个导致状态不刷新的问题']
].map(([version, message]) => [version, message.split('\n')]).reverse()

new Vue({
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ddatelectron",
"description": "DD@Electron",
"version": "1.14.1",
"version": "1.14.2",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit b883b10

Please sign in to comment.