From 08e6186c1a9ab332b0aeb01d7c9731ab3c5d7752 Mon Sep 17 00:00:00 2001 From: Nathan Porter Date: Tue, 10 Jul 2018 16:41:54 -0500 Subject: [PATCH] Update to Ver 1.6.3 --- ukuupeople.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ukuupeople.php b/ukuupeople.php index 9d480b3..2157148 100755 --- a/ukuupeople.php +++ b/ukuupeople.php @@ -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.2 + Version: 1.6.3 Author: UkuuPeople Author URI: http://ukuupeople.com/ License: GPL 3 @@ -34,7 +34,7 @@ */ global $ukuupeople_db_version; -$ukuupeople_db_version = '1.6.2'; +$ukuupeople_db_version = '1.6.3'; register_activation_hook( __FILE__, 'on_activation' ); register_deactivation_hook( __FILE__, 'on_deactivation' );