From e8b5835296f931bcaa1477d3c5a68a0c5c2ba034 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jun 2023 23:10:06 +0000 Subject: [PATCH] chore(manifests): bump version to 1.0.0 --- Cargo.toml | 2 +- bindings/rust/README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa73346..ce4c127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-squirrel" description = "Squirrel grammar for tree-sitter" -version = "0.0.2" +version = "1.0.0" authors = ["Amaan Quresh "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index e06b944..f648073 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -9,7 +9,7 @@ way.) ```toml [dependencies] tree-sitter = "~0.20.9" -tree-sitter-squirrel = "0.0.2" +tree-sitter-squirrel = "1.0.0" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index cc7216a..cea6731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-squirrel", - "version": "0.0.2", + "version": "1.0.0", "description": "Squirrel grammar for tree-sitter", "main": "bindings/node", "keywords": [