From 4603ef3efde2920b1d2057a26c16d1da97b71b68 Mon Sep 17 00:00:00 2001 From: Lukas Forst Date: Fri, 30 Sep 2022 15:17:19 +0200 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd4a142a..f6cca2e63 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Central_. ```kotlin dependencies { - implementation("dev.forst", "ktor-openapi-generator", "0.5.0") + implementation("dev.forst", "ktor-openapi-generator", "0.5.1") } ```