Skip to content

Commit

Permalink
Merge pull request #43 from craxtech/patch-2
Browse files Browse the repository at this point in the history
Update class-easy-symlinks.php
  • Loading branch information
carl-alberto authored Oct 9, 2021
2 parents d46e40d + 1d53c61 commit 5ba7598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-easy-symlinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function wp_admin_scripts() {
* @param string $file File constructor.
* @param string $version Plugin version.
*/
public function __construct( $file = '', $version = '1.0.1' ) {
public function __construct( $file = '', $version = '1.0.2' ) {
$this->version = $version;
$this->token = 'easy_symlinks';

Expand Down Expand Up @@ -303,7 +303,7 @@ public function __construct( $file = '', $version = '1.0.1' ) {
* @since 1.0.0
* @static
*/
public static function instance( $file = '', $version = '1.0.1' ) {
public static function instance( $file = '', $version = '1.0.2' ) {
if ( is_null( self::$instance ) ) {
self::$instance = new self( $file, $version );
}
Expand Down

0 comments on commit 5ba7598

Please sign in to comment.