From 6278b8828eb6694cf188fda342794587ebb48508 Mon Sep 17 00:00:00 2001
From: Remi Caput <v.mirari.fr+git@mirari.fr>
Date: Fri, 1 Nov 2024 09:52:16 +0100
Subject: [PATCH] Bump version.

---
 composer.json   | 2 +-
 custom_from.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 5669796..59874b5 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
 {
   "name": "r3c/custom_from",
-  "version": "1.8",
+  "version": "1.8.1",
   "description": "Allow manual sender address input ('From' header) when composing",
   "type": "roundcube-plugin",
   "keywords": [
diff --git a/custom_from.php b/custom_from.php
index 5aebaff..97f1058 100644
--- a/custom_from.php
+++ b/custom_from.php
@@ -5,7 +5,7 @@
 **
 ** Description: replace dropdown by textbox to allow "From:" header input
 **
-** @version 1.8.0
+** @version 1.8.1
 ** @license MIT
 ** @author Remi Caput
 ** @url https://github.com/r3c/custom_from