Skip to content

Commit

Permalink
🍻 tag 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fengT-T committed Apr 23, 2020
1 parent 036048a commit 5ca9244
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.6",
"version": "2.0.7",
"author": "fengT-T <[email protected]>",
"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.6'
const CURRENT_VERSION = '2.0.7'
export default {
data () {
Expand Down

0 comments on commit 5ca9244

Please sign in to comment.