Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fengT-T committed Oct 20, 2020
1 parent 0bfe8a0 commit b93bb6b
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": "cocomusic",
"version": "2.0.7",
"version": "2.0.8",
"author": "fengT-T <2995207228@qq.com>",
"description": "a simple music player.",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import { getkeyMap } from '../../main/hotKey.js'
const localStorage = require('../../main/localStorage').default
const { shell, getCurrentWebContents } = require('electron').remote
const packjsonUrl = 'http://cocomusic-1252075019.file.myqcloud.com/package.json'
const CURRENT_VERSION = '2.0.7'
const CURRENT_VERSION = '2.0.8'
export default {
data () {
Expand Down

0 comments on commit b93bb6b

Please sign in to comment.