Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Nov 2, 2021
1 parent f454cfc commit ff374c1
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 @@ -51,7 +51,8 @@ const updates = [
['1.11.0', `
- 更新[email protected]
- 加入了转发连接直播间的功能`],
['1.12.0', '- 展示直播间监听状态,设置直播间监听数上限']
['1.12.0', '- 展示直播间监听状态,设置直播间监听数上限'],
['1.13.0', '- 更新Electron@15']
].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.12.0",
"version": "1.13.0",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit ff374c1

Please sign in to comment.