From bc173770ba9b72003a6feb851339be822f450fc9 Mon Sep 17 00:00:00 2001 From: Alexander Ioffe Date: Thu, 25 Jan 2024 00:34:52 -0500 Subject: [PATCH] Bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 825953a..b91b047 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a port of Li Haoyi's excellent Scala pretty-printing library into Kotlin Add the following to your build.gradle.kts: ```kotlin -implementation("io.exoquery:pprint-kotlin:1.0.0") +implementation("io.exoquery:pprint-kotlin:1.1.0") ``` Then use the library like this: