From 33023b593aa88197fce092291bcc640d1a91f037 Mon Sep 17 00:00:00 2001 From: Perry Rylance Date: Fri, 25 Aug 2023 09:19:42 +0100 Subject: [PATCH] Bump version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c26ac0f..a982da0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "perry-rylance/dom-document", - "version": "2.2.1", + "version": "2.2.2", "minimum-stability": "stable", "description": "An extension of PHP's DOMDocument library. This library implements many common jQuery functions, adds support for HTML5, CSS selectors, method chaining and performing operations on sets of matched results.",