From b27236964e77d93e2132561be97d25f103b6e72b Mon Sep 17 00:00:00 2001 From: Perry Rylance Date: Sat, 26 Feb 2022 10:20:36 +0000 Subject: [PATCH] 2.1.0 - Bumped version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 647575e6..ea98b9c6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "perry-rylance/dom-document", - "version": "2.0.3", + "version": "2.1.0", "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.",