Skip to content

Commit

Permalink
Update latest version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Sep 13, 2024
1 parent 7723bd3 commit 1b0a2eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.
current version is 1.2.12.

**Current Status**: The library is feature-complete.

Expand Down Expand Up @@ -126,13 +126,13 @@ Add the following dependency to your Maven `pom.xml`:
<dependency>
<groupId>de.atextor</groupId>
<artifactId>turtle-formatter</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
</dependency>
```

Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.11'`
Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.12'`

Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.11")`
Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.12")`

### Calling the formatter

Expand Down

0 comments on commit 1b0a2eb

Please sign in to comment.