Skip to content

Commit

Permalink
chore: release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Sep 1, 2024
1 parent 9103f93 commit 07edf5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ktreesitter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 07edf5b

Please sign in to comment.