diff --git a/package.json b/package.json index 01a52c5..bf68176 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/tenzir/codemirror-lang-tql.git" }, - "version": "0.3.0", + "version": "0.3.1", "description": "Tenzir Query Language (TQL) support for CodeMirror", "scripts": { "build": "lezer-generator src/syntax.grammar -o src/parser && rollup -c",