Skip to content

Commit

Permalink
Bump version numbers to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Mar 25, 2014
1 parent a6ab844 commit 41953be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions invite-anyone.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Plugin Name: Invite Anyone
Plugin URI: http://teleogistic.net/code/buddypress/invite-anyone/
Description: Allows group admins to invite any member of their BuddyPress community to a group or to the site
Version: 1.1.0
Version: 1.1.1
Author: Boone Gorges
Author URI: http://boone.gorg.es
*/
define( 'BP_INVITE_ANYONE_VER', '1.1.0' );
define( 'BP_INVITE_ANYONE_DB_VER', '1.1.0' );
define( 'BP_INVITE_ANYONE_VER', '1.1.1' );
define( 'BP_INVITE_ANYONE_DB_VER', '1.1.1' );

if ( !defined( 'BP_INVITE_ANYONE_SLUG' ) )
define( 'BP_INVITE_ANYONE_SLUG', 'invite-anyone' );
Expand Down

0 comments on commit 41953be

Please sign in to comment.