From 82c1f6fcbb4ccd5029cbe0703407e1ff62a803ea Mon Sep 17 00:00:00 2001 From: Jonathan Tey Date: Wed, 24 Jan 2018 14:16:49 -0800 Subject: [PATCH] Update version number --- wp-sync-db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-sync-db.php b/wp-sync-db.php index 9bf34d3..74c6b7d 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.0 +Version: 1.6 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.0'; +$GLOBALS['wpsdb_meta']['wp-sync-db']['version'] = '1.6'; $GLOBALS['wpsdb_meta']['wp-sync-db']['folder'] = basename( plugin_dir_path( __FILE__ ) ); // Define the directory seperator if it isn't already