Skip to content

Commit 4c7275c

Browse files
committed
Fix version numbers
1 parent 7dd646f commit 4c7275c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-scala"
33
description = "scala grammar for the tree-sitter parsing library"
4-
version = "0.22.0"
4+
version = "0.21.0"
55
keywords = ["incremental", "parsing", "scala"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-scala"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"node-gyp-build": "^4.8.0"
2424
},
2525
"peerDependencies": {
26-
"tree-sitter": "^0.21.0"
26+
"tree-sitter": "0.21.0"
2727
},
2828
"peerDependenciesMeta": {
2929
"tree_sitter": {

0 commit comments

Comments
 (0)