diff --git a/Cargo.toml b/Cargo.toml index c856d69..dd04e64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-odin" description = "Odin grammar for tree-sitter" -version = "1.0.0" +version = "1.0.1" authors = ["Amaan Qureshi "] license = "MIT" readme = "bindings/rust/README.md" diff --git a/bindings/rust/README.md b/bindings/rust/README.md index 0e73868..51ab765 100644 --- a/bindings/rust/README.md +++ b/bindings/rust/README.md @@ -9,7 +9,7 @@ way.) ```toml [dependencies] tree-sitter = "~0.20.10" -tree-sitter-odin = "1.0.0" +tree-sitter-odin = "1.0.1" ``` Typically, you will use the [language][language func] function to add this diff --git a/package.json b/package.json index cebbb1a..f3651db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-odin", - "version": "1.0.0", + "version": "1.0.1", "description": "Odin grammar for tree-sitter", "main": "bindings/node", "keywords": [