diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-10-12 21:08:49 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-10-12 21:08:49 +0300 |
| commit | 92013e993547048b960c0bb7a718992cd97f0e89 (patch) | |
| tree | 41e6a1353c932d7724b89d1b934f245359efda61 /README.md | |
| parent | 2ef274524739522d3153b99bff2cf3cddaf598b9 (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ An extensible and modular zero-dependency, pure-Clojure Markdown parser. #### Leiningen/Boot ``` -[com.github.askonomm/clarktown "2.0.0"] +[com.github.askonomm/clarktown "2.0.1"] ``` #### Clojure CLI/deps.edn ``` -com.github.askonomm/clarktown {:mvn/version "2.0.0"} +com.github.askonomm/clarktown {:mvn/version "2.0.1"} ``` ## Basic usage example |
