Skip to content

Commit 07edf5b

Browse files
chore: release 0.23.0
1 parent 9103f93 commit 07edf5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The version of the project.
2-
project.version=0.22.4
2+
project.version=0.23.0
33

44
# The Android SDK version that is used to compile the project.
55
sdk.version.compile=34
@@ -8,7 +8,7 @@ sdk.version.min=23
88
# The Android NDK version that is used to compile the project.
99
ndk.version=26.3.11579264
1010
# The CMake version that is used to compile the project.
11-
cmake.version=3.29.4
11+
cmake.version=3.30.2
1212

1313
# Specifies the JVM arguments used for the daemon process.
1414
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

ktreesitter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Kotlin bindings to the [tree-sitter] parsing library.
99
- [x] Native
1010
- [ ] WASI
1111

12-
*JS and WASM JS will not be supported.*
12+
*JS and WasmJS will not be supported.*
1313

1414
## Installation
1515

16-
```groovy
16+
```kotlin
1717
dependencies {
1818
implementation("io.github.tree-sitter:ktreesitter") version $ktreesitterVersion
1919
}

0 commit comments

Comments
 (0)