Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
notslang committed Jun 22, 2014
1 parent 6ee30e4 commit d4542be
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 @@ -3,13 +3,13 @@
Plugin Name: WP Sync DB
Description: Export, push, and pull to migrate your WordPress databases.
Author: Sean Lang
Version: 1.4
Version: 1.5
Author URI: http://slang.cx
GitHub Plugin URI: wp-sync-db/wp-sync-db
Network: True
*/

$GLOBALS['wpsdb_meta']['wp-sync-db']['version'] = '1.4b1';
$GLOBALS['wpsdb_meta']['wp-sync-db']['version'] = '1.5';
$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 d4542be

Please sign in to comment.