diff --git a/Cargo.toml b/Cargo.toml index 626e5b1..d898d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-surrealql" description = "SurrealQL grammar for the tree-sitter parsing library" -version = "0.1.0" +version = "0.1.1" keywords = ["incremental", "parsing", "surrealql"] categories = ["parsing", "text-editors"] repository = "https://github.com/ce11an/tree-sitter-surrealql" diff --git a/Makefile b/Makefile index a3f710a..a22a7ec 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.0.1 +VERSION := 0.1.1 LANGUAGE_NAME := tree-sitter-surrealql diff --git a/package-lock.json b/package-lock.json index 9cf77e7..4d3b04d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-surrealql", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-surrealql", - "version": "0.1.0", + "version": "0.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aefe837..fe28421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-surrealql", - "version": "0.1.0", + "version": "0.1.1", "description": "Tree-sitter grammar for SurrealQL", "main": "bindings/node", "types": "bindings/node", diff --git a/pyproject.toml b/pyproject.toml index 70723ff..7e1909d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-surrealql" description = "SurrealQL grammar for tree-sitter" -version = "0.1.0" +version = "0.1.1" authors = [{name = "Cellan Hall", email = "hallcellan@gmail.com"}] keywords = ["incremental", "parsing", "tree-sitter", "surrealql"] classifiers = [