Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
ePascalC authored Oct 9, 2017
1 parent 5c8a2f7 commit 08c7be1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbp-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
Author: Pascal Casier
Author URI: http://casier.eu/wp-dev/
Text Domain: bbp-api
Version: 1.0.14
Version: 1.0.15
License: GPL2
*/

// No direct access
if ( !defined( 'ABSPATH' ) ) exit;

define ('BBPAPI_VERSION' , '1.0.14');
define ('BBPAPI_VERSION' , '1.0.15');

if(!defined('BBPAPI_PLUGIN_DIR'))
define('BBPAPI_PLUGIN_DIR', dirname(__FILE__));
Expand Down

0 comments on commit 08c7be1

Please sign in to comment.