From 4f57b133cc6cc87febec102c23d7d645ffbb40e4 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Tue, 21 Mar 2023 20:03:17 +0100 Subject: [PATCH] 3.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b3115275..318d0cf92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-parser", - "version": "3.1.3", + "version": "3.1.4", "description": "Parse PHP code from JS and returns its AST", "main": "src/index.js", "browser": "dist/php-parser.js",