Skip to content

Commit e121f7d

Browse files
committed
ver 7.1.4
1 parent c5d173c commit e121f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp2static.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP2Static
44
* Plugin URI: https://wp2static.com
55
* Description: Static site generator functionality for WordPress.
6-
* Version: 7.1.4-dev
6+
* Version: 7.1.4
77
* Author: WP2Static
88
* Author URI: https://wp2static.com
99
* Text Domain: wp2static
@@ -15,7 +15,7 @@
1515
die;
1616
}
1717

18-
define( 'WP2STATIC_VERSION', '7.1.4-dev' );
18+
define( 'WP2STATIC_VERSION', '7.1.4' );
1919
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );
2020

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

0 commit comments

Comments
 (0)