Skip to content

Commit

Permalink
version info
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyghost committed Nov 28, 2013
1 parent 24295e0 commit e4e5f62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
PROJEKKTOR - simply mighty <video>
http://www.projekktor.com

V1.3.07
=======

fixes:
* [core] quality toggled audio covers
* [plugin:controlbar] loop button behavior


V1.3.06
=======

Expand Down
2 changes: 1 addition & 1 deletion src/controller/projekktor.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ projekktor = $p = function() {

function PPlayer(srcNode, cfg, onReady) {

this.config = new projekktorConfig('1.3.06');
this.config = new projekktorConfig('1.3.07');

this.env = {
muted: false,
Expand Down

0 comments on commit e4e5f62

Please sign in to comment.