Skip to content

Commit

Permalink
Version bump main file
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-alberto authored Oct 9, 2021
1 parent ca20076 commit d46e40d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easy-symlinks.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: Easy Symlinks
* Version: 1.0.1
* Version: 1.0.2
* Plugin URI: http://wordpress.org/plugins/easy-symlinks
* Description: Easy symlinking tool in WP. Best used for non-command line users. This can only track symlinks created within the application and excludes symlinks created from the filesystem and command line. Best used in Pantheon dev environments in SFTP mode.
* Author: Carl Alberto
* Author URI: https://carlalberto.code.blog/
* Requires at least: 4.9
* Tested up to: 5.3
* Tested up to: 5.8.1
*
* Text Domain: easy-symlinks
* Domain Path: /lang/
Expand All @@ -34,7 +34,7 @@
* @return object Easy_Symlinks
*/
function easy_symlinks() {
$instance = Easy_Symlinks::instance( __FILE__, '1.0.1' );
$instance = Easy_Symlinks::instance( __FILE__, '1.0.2' );

if ( is_null( $instance->settings ) ) {
$instance->settings = Easy_Symlinks_Settings::instance( $instance );
Expand Down

0 comments on commit d46e40d

Please sign in to comment.