From d1c2510ac8f9a6330bffc4a047abcd8d3014680d Mon Sep 17 00:00:00 2001 From: Andrew Ray Date: Sat, 22 Jul 2023 13:47:34 -0700 Subject: [PATCH] 2.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 045fb22..2828b15 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "engines": { "node": ">=16" }, - "version": "2.0.0-beta.5", + "version": "2.0.0", "description": "A GLSL ES 1.0 and 3.0 parser and preprocessor that can preserve whitespace and comments", "scripts": { "prepare": "npm run build && ./prepublish.sh",