From 6240e75fb0d3f98d098c4779c71cb2b69f3fe1dc Mon Sep 17 00:00:00 2001
From: Christian Wach <needle@haystack.co.uk>
Date: Tue, 22 Oct 2024 11:02:50 +0100
Subject: [PATCH] Bump version to 0.1.3

---
 conditional-form-actions-for-acfe.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conditional-form-actions-for-acfe.php b/conditional-form-actions-for-acfe.php
index 8a4e00d..c166ab4 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.1.2
+ * Version:     0.1.3
  * Author:      Christian Wach
  * Author URI:  https://haystack.co.uk
  * Text Domain: conditional-form-actions-for-acfe
@@ -16,7 +16,7 @@
  */
 
 // Set plugin version here.
-define( 'CFAFA_VERSION', '0.1.2' );
+define( 'CFAFA_VERSION', '0.1.3' );
 
 // Store reference to this file.
 if ( ! defined( 'CFAFA_FILE' ) ) {
-- 
GitLab