From 4a2ea052f2e73b4d87605697782118fe72b06f40 Mon Sep 17 00:00:00 2001
From: Mike Hemberger <mike@thestizmedia.com>
Date: Tue, 26 May 2020 11:28:19 -0400
Subject: [PATCH] 1.6.3

---
 CHANGES.md          | 3 +++
 wampum-programs.php | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d66e6c3..717f598 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
 # Changelog
 
+#### 1.6.3 (4/26/20)
+* Fixed: List table title CSS.
+
 #### 1.6.2 (9/27/18)
 * Changed: Updater now only fires on backend, and doesn't use any GitHub tokens for security.
 * Fixed: Issue with wampum_get_user_programs() function return My Account page and non-wampum_program posts.
diff --git a/wampum-programs.php b/wampum-programs.php
index 0770b45..6e19128 100644
--- a/wampum-programs.php
+++ b/wampum-programs.php
@@ -16,7 +16,7 @@
  * License:            GPL-2.0+
  * License URI:        http://www.gnu.org/licenses/gpl-2.0.txt
  *
- * Version:            1.6.2
+ * Version:            1.6.3
  *
  * GitHub Plugin URI:  https://github.com/bizbudding/wampum-programs
  * GitHub Branch       master
@@ -134,7 +134,7 @@ private function setup_constants() {
 
 		// Plugin version.
 		if ( ! defined( 'WAMPUM_VERSION' ) ) {
-			define( 'WAMPUM_VERSION', '1.6.2' );
+			define( 'WAMPUM_VERSION', '1.6.3' );
 		}
 
 		// Plugin Folder Path.