chore(manifests): bump version to 1.0.0

pull/634/head
github-actions[bot] 2023-05-13 04:12:54 +07:00
parent b79fa332ad
commit 5ae51e15c4
3 changed files with 3 additions and 3 deletions

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-smali"
description = "Smali grammar for tree-sitter"
version = "0.0.4"
version = "1.0.0"
authors = ["Yotam Nachum <me@yotam.net>", "Amaan Qureshi <amaanq12@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"

@ -9,7 +9,7 @@ way.)
```toml
[dependencies]
tree-sitter = "~0.20.3"
tree-sitter-smali = "0.0.4"
tree-sitter-smali = "1.0.0"
```
Typically, you will use the [language][language func] function to add this

@ -1,6 +1,6 @@
{
"name": "tree-sitter-smali",
"version": "0.0.4",
"version": "1.0.0",
"description": "Smali grammar for tree-sitter",
"main": "bindings/node",
"keywords": [