From b40b3fd095ac58690ac1387bfb4a8c550d4995a9 Mon Sep 17 00:00:00 2001 From: Daniel Ronkainen Date: Sun, 2 Jun 2024 20:42:31 +0200 Subject: [PATCH] Preparing for unit testing --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aada8b5..5c46ddb 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "maplephp/validate", "type": "library", - "version": "1.0.4", + "version": "v1.0.4", "description": "User-friendly input validation library.", "keywords": ["validation", "input", "data", "validate request"], "homepage": "https://wazabii.se",