Skip to content

Commit

Permalink
Bump version to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
senpos committed Apr 18, 2018
1 parent a8096cc commit 08f30ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/common/options/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
return (
h('div', { id: 'app' },
h(HeaderComponent, { version: 'v4.6', history: this.state.history }),
h(HeaderComponent, { version: 'v4.7', history: this.state.history }),
h('div', { id: 'container' },
h('div', { id: 'main-content' },
h(Router, { history: this.state.history },
Expand Down
14 changes: 14 additions & 0 deletions data/common/options/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"4.7": {
"date": "18 April 18",
"added": [
"jazzradio.com",
"rockradio.com",
"classicalradio.com"
],
"fixed": [
"deezer.com (thanks to adevyatov)"
],
"other": [
"Option page: implemented \"Append to output\" feature (thanks to jevanpipitone)"
]
},
"4.6": {
"date": "19 Nov 17",
"fixed": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Untamed Now Playing",
"id": "jid1-CCXBUPa5pAmTYw@jetpack",
"name": "unp",
"version": "4.6.0",
"version": "4.7.0",
"description": "Save 'now playing' data from music websites locally in TXT/JSON/XML",
"author": "Wykks",
"engines": {
Expand Down

0 comments on commit 08f30ee

Please sign in to comment.