Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 18, 2020
1 parent 41e8024 commit a7b10ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const updates = [
嘿嘿 好久不见
- 更新了一部分依赖包
- Electron 从8更新到10
- 更新了DD@Home核心`]
- 更新了DD@Home核心`],
['1.10.1', '- Electron 从10更新到8 (?)']
].map(([version, message]) => [version, message.split('\n')]).reverse()

const get = key => ipcRenderer.invoke('state', key)
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "1.10.1",
"private": true,
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit a7b10ce

Please sign in to comment.