From 6ef4e2f4645e298d36f2a772506e5ee6519d9102 Mon Sep 17 00:00:00 2001 From: orangain Date: Mon, 1 May 2023 14:14:10 +0900 Subject: [PATCH] Bump version to 0.8.3 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 024c4da8b..6f3fa1175 100644 --- a/README.md +++ b/README.md @@ -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") } ``` @@ -51,7 +51,7 @@ 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") } ``` @@ -59,7 +59,7 @@ dependencies { API document is available at: -https://orangain.github.io/ktast/0.8.2/api/ +https://orangain.github.io/ktast/0.8.3/api/ ### Examples