Skip to content

Commit

Permalink
Merge pull request #104 from orangain/bump-version-0.9.1
Browse files Browse the repository at this point in the history
Bump version to 0.9.1
  • Loading branch information
orangain authored Jun 20, 2023
2 parents 437f160 + 49ccaf8 commit 010d4b6
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 010d4b6

Please sign in to comment.