Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jontey committed Jan 24, 2018
1 parent fb94ec4 commit 82c1f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-sync-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82c1f6f

Please sign in to comment.