diff --git a/README.md b/README.md index e86537b..b6aa22f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ CiviCRM Member Sync **Tags:** civicrm, member, membership, sync
**Requires at least:** 4.9
**Tested up to:** 6.6
-**Stable tag:** 0.6.3a
+**Stable tag:** 0.6.3
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html diff --git a/civicrm-wp-member-sync.php b/civicrm-wp-member-sync.php index 7ef5fe3..096afa1 100755 --- a/civicrm-wp-member-sync.php +++ b/civicrm-wp-member-sync.php @@ -6,7 +6,7 @@ * Description: Synchronize CiviCRM Memberships with WordPress User Roles or Capabilities. * Plugin URI: https://github.com/christianwach/civicrm-wp-member-sync * GitHub Plugin URI: https://github.com/christianwach/civicrm-wp-member-sync - * Version: 0.6.3a + * Version: 0.6.3 * Author: Christian Wach * Author URI: https://haystack.co.uk * Requires at least: 4.9 @@ -34,7 +34,7 @@ } // Define plugin version - bumping this will also refresh CSS and JS. -define( 'CIVI_WP_MEMBER_SYNC_VERSION', '0.6.3a' ); +define( 'CIVI_WP_MEMBER_SYNC_VERSION', '0.6.3' ); // Store reference to this file. define( 'CIVI_WP_MEMBER_SYNC_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index d729854..6b0f36a 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: civicrm, member, membership, sync Requires at least: 4.9 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 0.6.3a +Stable tag: 0.6.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html