Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Oct 6, 2020
1 parent dd2df70 commit e863fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ const updates = [
- 更新了一部分依赖包
- Electron 从8更新到10
- 更新了DD@Home核心`],
['1.10.1', '- Electron 从10更新到8 (?)']
['1.10.1', '- Electron 从10更新到8 (?)'],
['1.11.0', `
- 更新[email protected]
- 加入了转发连接直播间的功能`]
].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.10.1",
"version": "1.11.0",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit e863fce

Please sign in to comment.