From 4b69ba2a091e05454c77dfdf7598e64116b8d25c Mon Sep 17 00:00:00 2001 From: Alda Vigdis Skarphedinsdottir Date: Fri, 22 Mar 2024 00:35:11 +0100 Subject: [PATCH] Bumping version to 0.1.5 (#25) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a40e61..fd1f3b6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "aldavigdis/wp-tests-strapon", "description": "Strap the WordPress PHPUnit tests library onto your plugin or theme with this handy Composer package.", - "version": "0.1.4", + "version": "0.1.5", "type": "library", "license": "AGPL-3.0-or-later", "keywords": ["wordpress", "phpunit", "testing", "dev"],