diff --git a/src/GDShrapt.Reader/GDShrapt.Reader.csproj b/src/GDShrapt.Reader/GDShrapt.Reader.csproj index 06dc34f..0aa7aae 100644 --- a/src/GDShrapt.Reader/GDShrapt.Reader.csproj +++ b/src/GDShrapt.Reader/GDShrapt.Reader.csproj @@ -3,13 +3,13 @@ netstandard2.0 true - 3.2.1-alpha + 4.0.0-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. Is free to use. -Usage: Just create GDScriptReader instance and call methods from it. +Usage: Just create a GDScriptReader instance and call methods from it. LICENSE elamaunt