Skip to content

Commit

Permalink
1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Oct 8, 2020
1 parent 834352e commit 33a4864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.10.1', '- Electron 从10更新到8 (?)'],
['1.11.0', `
- 更新Electron@8.5.2
- 加入了转发连接直播间的功能`]
- 加入了转发连接直播间的功能`],
['1.12.0', '- 展示直播间监听状态,设置直播间监听数上限']
].map(([version, message]) => [version, message.split('\n')]).reverse()

const get = key => ipcRenderer.invoke('state', key)
Expand Down
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.11.0",
"version": "1.12.0",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 33a4864

Please sign in to comment.