From 7666ad7755decaac92f99df9c742e5d11725e59a Mon Sep 17 00:00:00 2001 From: Andreas Textor Date: Sat, 21 Sep 2024 16:18:14 +0200 Subject: [PATCH] Update Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3775c73..e7fa100 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It takes as input a formatting style and an [Apache Jena](https://jena.apache.or produces as output a pretty-printed RDF/Turtle document. Starting from version 1.2.0, turtle-formatter is licensed under Apache 2.0. The -current version is 1.2.12. +current version is 1.2.13. **Current Status**: The library is feature-complete. @@ -126,13 +126,13 @@ Add the following dependency to your Maven `pom.xml`: de.atextor turtle-formatter - 1.2.12 + 1.2.13 ``` -Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.12'` +Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.13'` -Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.12")` +Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.13")` ### Calling the formatter