From 83cc62d9f7f1b2ff9baee2fe2c9c335f3462b550 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org>
Date: Sat, 4 May 2024 23:20:27 +0200
Subject: [PATCH] feat: version 1.1.1

---
 wpct-erp-forms.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wpct-erp-forms.php b/wpct-erp-forms.php
index 23cd13f..31f0b22 100755
--- a/wpct-erp-forms.php
+++ b/wpct-erp-forms.php
@@ -13,7 +13,7 @@ use WPCT_ERP_FORMS\GF\Integration as GFIntegration;
  * Author URI:      https://www.codeccoop.org
  * Text Domain:     wpct-erp-forms
  * Domain Path:     languages
- * Version:         1.1.0
+ * Version:         1.1.1
  *
  * @package         wpct_erp_forms
  */
@@ -22,7 +22,7 @@ if (!defined('ABSPATH')) {
     exit;
 }
 
-define('WPCT_ERP_FORMS_VERSION', '1.0.1');
+define('WPCT_ERP_FORMS_VERSION', '1.1.1');
 
 require_once 'abstract/class-singleton.php';
 require_once 'abstract/class-plugin.php';
-- 
GitLab