Skip to content

Commit

Permalink
Merge pull request #113 from suniltorase/update-version-162
Browse files Browse the repository at this point in the history
Version Upgraded to 1.6.2
  • Loading branch information
suniltorase authored Apr 26, 2017
2 parents 562bb14 + 3663257 commit d8e7701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ukuupeople.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Plugin URI: http://ukuupeople.com/
Description: Ukuu People is the premium plugin that helps you elegantly manage all of your human relationships.
Ukuu People effortlessly ties all of your contact interactions and contact data collection tools together to form one authoritative master list of all of your contacts and a record of your interactions with them.
Version: 1.6.1
Version: 1.6.2
Author: UkuuPeople
Author URI: http://ukuupeople.com/
License: GPL 3
Expand All @@ -34,7 +34,7 @@
*/

global $ukuupeople_db_version;
$ukuupeople_db_version = '1.6.1';
$ukuupeople_db_version = '1.6.2';

register_activation_hook( __FILE__, 'on_activation' );
register_deactivation_hook( __FILE__, 'on_deactivation' );
Expand Down

0 comments on commit d8e7701

Please sign in to comment.