From 64588cc20f9a726994686fdf0e2299bccf863774 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov <9060426+ivosgem@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:35:16 +0300 Subject: [PATCH] Update version to 1.0.1 in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a9611b..f5caa53 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "1ff/module-visualception", "description": "Visual regression tests for Codeception", - "version": "5.0.0", + "version": "1.0.1", "type": "library", "homepage": "https://github.com/Codeception/VisualCeption", "license": "MIT",