Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed May 1, 2023
1 parent 6713aec commit 6ef4e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
}

dependencies {
implementation("com.github.orangain.ktast:ast-psi:0.8.2")
implementation("com.github.orangain.ktast:ast-psi:0.8.3")
}
```

Expand All @@ -51,15 +51,15 @@ multiplatform projects. If you need the AST only, instead use:

```kts
dependencies {
implementation("com.github.orangain.ktast:ast:0.8.2")
implementation("com.github.orangain.ktast:ast:0.8.3")
}
```

### Documentation

API document is available at:

https://orangain.github.io/ktast/0.8.2/api/
https://orangain.github.io/ktast/0.8.3/api/

### Examples

Expand Down

0 comments on commit 6ef4e2f

Please sign in to comment.