diff --git a/wp-sync-db.php b/wp-sync-db.php index 74c6b7d..dd6f7b8 100755 --- a/wp-sync-db.php +++ b/wp-sync-db.php @@ -4,13 +4,13 @@ Plugin URI: https://github.com/jontey/wp-sync-db Description: Export, push, and pull to migrate your WordPress databases. Author: Sean Lang -Version: 1.6 +Version: 1.6.1 Author URI: http://slang.cx GitHub Plugin URI: https://github.com/jontey/wp-sync-db Network: True */ -$GLOBALS['wpsdb_meta']['wp-sync-db']['version'] = '1.6'; +$GLOBALS['wpsdb_meta']['wp-sync-db']['version'] = '1.6.1'; $GLOBALS['wpsdb_meta']['wp-sync-db']['folder'] = basename( plugin_dir_path( __FILE__ ) ); // Define the directory seperator if it isn't already