Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed Jun 20, 2023
1 parent 437f160 commit 49ccaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
}

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

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

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

Expand Down

0 comments on commit 49ccaf8

Please sign in to comment.