Skip to content

Commit

Permalink
Added a library version document attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bodiam committed Feb 18, 2024
1 parent 0bac042 commit 9f6a569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Markdown to AsciiDoc converter

:library-version: 2.0.0

image:https://github.com/bodiam/markdown-to-asciidoc/actions/workflows/maven.yml/badge.svg[Build Status]
image:https://github.com/bodiam/markdown-to-asciidoc/actions/workflows/maven-publish.yml/badge.svg[Publish Status]
Expand Down Expand Up @@ -34,7 +34,7 @@ Also, currently known *not* supported items are:

Add the following dependency to your project:

`nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:2.0`
`nl.jworks.markdown_to_asciidoc:markdown_to_asciidoc:{library-version}`

To use the library, call the following:

Expand Down

0 comments on commit 9f6a569

Please sign in to comment.