Skip to content

Commit

Permalink
Release version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dymio committed Mar 3, 2017
1 parent 2cb0935 commit d431c06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player-56s",
"version": "0.5.0",
"version": "0.5.1",
"description": "Web audio-player with playlist and minimalistic view as option",
"keywords": [
"audio-player",
Expand Down
2 changes: 1 addition & 1 deletion player56s.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Player 56s v0.5.0
* Player 56s v0.5.1
* Copyright 2015 by Ivan Dymkov (http://dymio.net)
* and 56 STUFF (http://www.56stuff.com/)
* Licensed under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions player56s.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Player 56s v0.5.0
* Player 56s v0.5.1
* Copyright 2015 by Ivan Dymkov (http://dymio.net)
and 56 STUFF (http://www.56stuff.com/)
* Licensed under the MIT license
Expand Down Expand Up @@ -247,7 +247,7 @@
};

function Player56s($link, options) {
this.version = "0.5.0";
this.version = "0.5.1";
this.$link = $link;
this.options = options;
this.minimal = $link.hasClass('minimal');
Expand Down
Loading

0 comments on commit d431c06

Please sign in to comment.