diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-01-14 14:17:06 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-01-14 14:17:06 -0500 |
commit | 447f948ae5c99c5be282d140b5613e31e4200554 (patch) | |
tree | 91863a0bd495e241140a1459e81196baad09da39 /librevideojs-html5-player.php | |
parent | dfde2fa5c6d323e781ccebbca48ebe259af1e7b8 (diff) | |
download | librevideojs-html5-player-447f948ae5c99c5be282d140b5613e31e4200554.tar.lz librevideojs-html5-player-447f948ae5c99c5be282d140b5613e31e4200554.tar.xz librevideojs-html5-player-447f948ae5c99c5be282d140b5613e31e4200554.zip |
Version correction
Diffstat (limited to 'librevideojs-html5-player.php')
-rw-r--r-- | librevideojs-html5-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index 478b2a0..b3a9f82 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -20,7 +20,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')) { class LIBREVIDEOJS_HTML5_PLAYER { - var $plugin_version = '1.0.2'; + var $plugin_version = '1.0.3'; function __construct() { define('LIBREVIDEOJS_HTML5_PLAYER_VERSION', $this->plugin_version); |