From 07edf5bc0dcdba5e1f4e734eb52c9676bb2e28ec Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Sun, 1 Sep 2024 16:10:34 +0300 Subject: [PATCH] chore: release 0.23.0 --- gradle.properties | 4 ++-- ktreesitter/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index e7c2bf1..dfdc623 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # The version of the project. -project.version=0.22.4 +project.version=0.23.0 # The Android SDK version that is used to compile the project. sdk.version.compile=34 @@ -8,7 +8,7 @@ sdk.version.min=23 # The Android NDK version that is used to compile the project. ndk.version=26.3.11579264 # The CMake version that is used to compile the project. -cmake.version=3.29.4 +cmake.version=3.30.2 # Specifies the JVM arguments used for the daemon process. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 diff --git a/ktreesitter/README.md b/ktreesitter/README.md index 6a3b2d3..babe1bf 100644 --- a/ktreesitter/README.md +++ b/ktreesitter/README.md @@ -9,11 +9,11 @@ Kotlin bindings to the [tree-sitter] parsing library. - [x] Native - [ ] WASI -*JS and WASM JS will not be supported.* +*JS and WasmJS will not be supported.* ## Installation -```groovy +```kotlin dependencies { implementation("io.github.tree-sitter:ktreesitter") version $ktreesitterVersion }