From 0d1efd9252595dab08912737067b84b2370b917a Mon Sep 17 00:00:00 2001 From: Barfuin <oss@barfuin.org> Date: Fri, 2 Oct 2020 21:08:05 +0200 Subject: [PATCH] v1.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ee964e..7ddf29a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Even colored, and/or with annotations: Gradle: ```groovy -implementation 'org.barfuin.texttree:text-tree:1.1.0' +implementation 'org.barfuin.texttree:text-tree:1.2.0' ``` Maven: @@ -69,7 +69,7 @@ Maven: <dependency> <groupId>org.barfuin.texttree</groupId> <artifactId>text-tree</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </dependency> ``` -- GitLab