Skip to content

Commit

Permalink
Update version to 0.1.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ce11an authored Aug 17, 2024
1 parent ac8f7eb commit 5488473
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5488473

Please sign in to comment.