diff --git a/Cargo.toml b/Cargo.toml index 75a9898..8ac154b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-beancount" description = "beancount grammar for the tree-sitter parsing library" -version = "2.2.0" # {x-release-please-version} +version = "2.3.1" # {x-release-please-version} keywords = ["incremental", "parsing", "beancount", "tree-sitter"] categories = ["parsing", "text-editors"] repository = "https://github.com/polarmutex/tree-sitter-beancount"