Skip to content

Commit

Permalink
Update SrsPlayer version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Apr 14, 2022
1 parent bc2cb37 commit 7d6bcf9
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.2' );
define( 'SRS_PLAYER_VERSION', '1.0.3' );

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

0 comments on commit 7d6bcf9

Please sign in to comment.