Skip to content

Commit

Permalink
Update SrsPlayer version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 14, 2022
1 parent ca4147e commit 95b3478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SrsPlayer/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

define( 'SRS_PLAYER_VERSION', '1.0.1' );
define( 'SRS_PLAYER_VERSION', '1.0.2' );

/**
* SRS Player is a video streaming player, supports HLS/HTTP-FLV/WebRTC etc.
*
* @package SrsPlayer
* @author Winlin Yang
* @version 1.0.0
* @version 1.0.2
* @link https://github.com/ossrs/Typecho-Plugin-SrsPlayer
*/
class SrsPlayer_Plugin implements Typecho_Plugin_Interface
Expand Down

0 comments on commit 95b3478

Please sign in to comment.