Skip to content

Commit

Permalink
Some small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kirainmoe committed Aug 24, 2017
1 parent 679e30d commit 2416b12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/assets/muse-player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muse-player",
"version": "5.1.3",
"version": "5.1.4",
"description": "Just a simple and dilligent HTML5 Audio Player written in React.",
"main": "dist/assets/muse-player.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

// Settings configured here will be merged into the final config object.
export default {
MUSE_VERSION: '5.1.3'
MUSE_VERSION: '5.1.4'
}
2 changes: 1 addition & 1 deletion src/styles/layouts/default.styl
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Y8P 888 888 888 "Y88888 88888P' "Y8888 "Y88888 888 "Y888888 "Y
.muse-drawer__playList {
width: 98%;
height: 95%;
overflow-y: scroll;
overflow-y: auto;

display: inline-block;

Expand Down

0 comments on commit 2416b12

Please sign in to comment.