From cfa20761e56abaa27a9f926818eb7c45c08d76d5 Mon Sep 17 00:00:00 2001 From: Semenov Dmitry Date: Sat, 23 Dec 2023 17:14:17 +0400 Subject: [PATCH] Update GDShrapt.Reader.csproj --- src/GDShrapt.Reader/GDShrapt.Reader.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GDShrapt.Reader/GDShrapt.Reader.csproj b/src/GDShrapt.Reader/GDShrapt.Reader.csproj index 5e8eac5..80b927d 100644 --- a/src/GDShrapt.Reader/GDShrapt.Reader.csproj +++ b/src/GDShrapt.Reader/GDShrapt.Reader.csproj @@ -3,7 +3,7 @@ netstandard2.0 true - 4.0.0-alpha + 4.0.1-alpha elamaunt GDShrapt GDShrapt.Reader is .Net library and object-oriented one-pass parser of GDScript. It can build a lexical tree of GDScript code or generate a new code from scratch.