Skip to content

Commit

Permalink
bump ver 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Nov 3, 2020
1 parent 8931007 commit d23087e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp2static.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP2Static
* Plugin URI: https://wp2static.com
* Description: Static site generator functionality for WordPress.
* Version: 7.1.2-dev
* Version: 7.1.2
* Author: WP2Static
* Author URI: https://wp2static.com
* Text Domain: wp2static
Expand All @@ -15,7 +15,7 @@
die;
}

define( 'WP2STATIC_VERSION', '7.1.2-dev' );
define( 'WP2STATIC_VERSION', '7.1.2' );
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );

if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {
Expand Down

0 comments on commit d23087e

Please sign in to comment.