Skip to content

Commit

Permalink
forgot to update package version number in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Heaton committed Sep 2, 2011
1 parent 8c97f1a commit a479cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.php
Expand Up @@ -4,7 +4,7 @@ class VideojsPlayerPackage extends Package {

protected $pkgHandle = 'videojs_player';
protected $appVersionRequired = '5.4';
protected $pkgVersion = '1.0.0';
protected $pkgVersion = '1.0.2';

public function getPackageDescription() {
return t("HTML5 VideoJS player with Flowplayer (free) add-on for concrete5.");
Expand Down

0 comments on commit a479cf0

Please sign in to comment.