diff --git a/Cargo.toml b/Cargo.toml index f87f619..75d8772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-swift" description = "swift grammar for the tree-sitter parsing library" -version = "0.3.3" +version = "0.3.4" keywords = ["incremental", "parsing", "swift"] categories = ["parsing", "text-editors"] repository = "https://github.com/alex-pinkus/tree-sitter-swift" diff --git a/Makefile b/Makefile index ac09e61..720dbf1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.3.3 +VERSION := 0.3.4 # Repository SRC_DIR := src diff --git a/README.md b/README.md index eeb135e..5afc44d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this parser to parse Swift code, you'll want to depend on either the Rust To use the Rust crate, you'll add this to your `Cargo.toml`: ``` tree-sitter = "0.20.0" -tree-sitter-swift = "=0.3.3" +tree-sitter-swift = "=0.3.4" ``` Then you can use a `tree-sitter` parser with the language declared here: @@ -35,7 +35,7 @@ let tree = parser.parse(&my_source_code, None) To use this from NPM, you'll add similar dependencies to `package.json`: ``` "dependencies: { - "tree-sitter-swift": "0.3.3", + "tree-sitter-swift": "0.3.4", "tree-sitter": "^0.20.0" } ``` diff --git a/package-lock.json b/package-lock.json index 1f8d499..407ae54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-swift", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tree-sitter-swift", - "version": "0.3.3", + "version": "0.3.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5499de1..f1c3082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-swift", - "version": "0.3.3", + "version": "0.3.4", "description": "A tree-sitter grammar for the Swift programming language.", "main": "bindings/node/index.js", "scripts": { diff --git a/test-npm-package/package-lock.json b/test-npm-package/package-lock.json index 86807cb..32141b3 100644 --- a/test-npm-package/package-lock.json +++ b/test-npm-package/package-lock.json @@ -15,7 +15,7 @@ }, "..": { "name": "tree-sitter-swift", - "version": "0.3.3", + "version": "0.3.4", "hasInstallScript": true, "license": "MIT", "dependencies": {