From e5e0e7f4082f392edc7307a6cecf5f5cb2057fa2 Mon Sep 17 00:00:00 2001
From: Christian Wach <needle@haystack.co.uk>
Date: Mon, 25 Nov 2024 12:48:51 +0000
Subject: [PATCH] Bump dev version to 0.2.1a

---
 README.md                             | 9 +++++++++
 conditional-form-actions-for-acfe.php | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c1b45f1..834dd82 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
 # Conditional Form Actions for ACFE
 
+**Contributors:** [needle](https://profiles.wordpress.org/needle/), [kcristiano](https://profiles.wordpress.org/kcristiano/), [tadpolecc](https://profiles.wordpress.org/tadpolecc/)<br/>
+**Tags:** civicrm, acf, acf extended, form actions<br/>
+**Requires PHP:** 7.4<br/>
+**Requires at least:** 4.9<br/>
+**Tested up to:** 6.8<br/>
+**Stable tag:** 0.2.1a<br/>
+**License:** GPLv2 or later<br/>
+**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
+
 Adds some Form Actions to *ACF Extended* that have a Conditional Field through which the Action can be bypassed.
 
 ## Basic Usage
diff --git a/conditional-form-actions-for-acfe.php b/conditional-form-actions-for-acfe.php
index 9adbaa0..69c6e7f 100644
--- a/conditional-form-actions-for-acfe.php
+++ b/conditional-form-actions-for-acfe.php
@@ -6,7 +6,7 @@
  * Description:       Provides some ACF Extended Form Actions that have a Conditional Field.
  * Plugin URI:        https://develop.tadpole.cc/plugins/conditional-form-actions-for-acfe
  * Update URI:        https://develop.tadpole.cc/plugins/conditional-form-actions-for-acfe
- * Version:           0.2.0
+ * Version:           0.2.1a
  * Author:            Tadpole Collective
  * Author URI:        https://tadpole.cc/
  * License:           GPLv2 or later
@@ -32,7 +32,7 @@
  */
 
 // Set plugin version here.
-define( 'CFAFA_VERSION', '0.2.0' );
+define( 'CFAFA_VERSION', '0.2.1a' );
 
 // Store reference to this file.
 if ( ! defined( 'CFAFA_FILE' ) ) {
-- 
GitLab