From 74e7fc30a910e23a99d467892a56ee9f9a5e3d6f Mon Sep 17 00:00:00 2001 From: ci-swissuplabs <40459861+ci-swissuplabs@users.noreply.github.com> Date: Wed, 28 Jun 2023 11:11:00 +0300 Subject: [PATCH] Version 1.3.8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6e012cd..381aa05 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "swissup/testimonials", "description": "Customer's testimonials at your store", "type": "metapackage", - "version": "1.3.7", + "version": "1.3.8", "license": "OSL-3.0", "require": { - "swissup/module-testimonials": "^1.3.7" + "swissup/module-testimonials": "^1.3.8" } }