Skip to content

Commit

Permalink
fix: update version and main file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul0810 committed Mar 31, 2019
1 parent bf7bc76 commit 8b41f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perform-for-wp.php → perform.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Perform
* Plugin URI: https://www.mehulgohil.in/plugin/perform-for-wordpress/
* Description: This plugin adds toolset for performance and speed improvements to your WordPress sites.
* Version: 1.0.0
* Version: 1.0.1
* Author: Mehul Gohil
* Author URI: https://www.mehulgohil.in/
* License: GPLv2 or later
Expand Down Expand Up @@ -168,7 +168,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'PERFORM_VERSION' ) ) {
define( 'PERFORM_VERSION', '1.0.0' );
define( 'PERFORM_VERSION', '1.0.1' );
}

// Minimum Required PHP version.
Expand Down

0 comments on commit 8b41f0a

Please sign in to comment.