Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
erguotou520 committed Feb 15, 2018
1 parent 6ed866b commit f85b884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-ssr",
"version": "0.2.0-beta-5",
"version": "0.2.0",
"author": "erguotou <[email protected]>",
"description": "Cross platform ShadowsocksR GUI client built with electron",
"homepage": "https://github.com/erguotou520/electron-ssr/",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/ipc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ipcRenderer.on(events.EVENT_APP_NOTIFY_MAIN, (e, { title, body }) => {
store.commit('updateView', { ...targetView, fromMain: true })
}).on(events.EVENT_APP_ERROR_MAIN, (e, err) => {
// 弹框显示main进程报错内容
store.commit('pushClientErrors', err)
alert(err)
}).on(events.EVENT_SUBSCRIBE_UPDATE_MAIN, (e) => {
// 更新订阅服务器
store.dispatch('updateSubscribes').then(updatedCount => {
Expand Down

0 comments on commit f85b884

Please sign in to comment.