diff --git a/src/XLParser/ExcelFormulaGrammar.cs b/src/XLParser/ExcelFormulaGrammar.cs
index 15b2513..fedfd3e 100644
--- a/src/XLParser/ExcelFormulaGrammar.cs
+++ b/src/XLParser/ExcelFormulaGrammar.cs
@@ -11,7 +11,7 @@ namespace XLParser
///
/// Contains the XLParser grammar
///
- [Language("Excel Formulas", "1.6.2", "Grammar for Excel Formulas")]
+ [Language("Excel Formulas", "1.6.3", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
diff --git a/src/XLParser/XLParser.csproj b/src/XLParser/XLParser.csproj
index f32b322..a75382a 100644
--- a/src/XLParser/XLParser.csproj
+++ b/src/XLParser/XLParser.csproj
@@ -6,13 +6,12 @@
XLParser
A parser for Excel formulas
parser excel formula
- 1.6.2.0
- 1.6.2.0
- 1.6.2.0
+ 1.6.3.0
+ 1.6.3.0
+ 1.6.3.0
-- Performance improvement: add prefixes to regex terminals (#161)
-- Performance improvement: new terminal for Excel functions (#163)
-- Fix: can't parse cell-like named range (#165)
+- Fix: restrict row numbers in cell address (#167)
+- Improve parser references, add parse tree node
MPL-2.0
https://spreadsheetlab.github.io/XLParser