From b809dc16521838f7c79a2d2e36d60f75378db1f2 Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Wed, 7 Jun 2023 09:00:26 +0200 Subject: [PATCH] 3.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3b04847b..c8ee6334b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "php-parser", - "version": "3.1.4", + "version": "3.1.5", "description": "Parse PHP code from JS and returns its AST", "main": "src/index.js", "browser": "dist/php-parser.js",