File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.1
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 0.1.1 (2024-08-23 / fd53a2b)
22
33## Added
44
Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ data structures.
108108To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
109109
110110```
111- com.lambdaisland/xml-select {:mvn/version "0.0.0 "}
111+ com.lambdaisland/xml-select {:mvn/version "0.1.1 "}
112112```
113113
114114or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
115115
116116```
117- [com.lambdaisland/xml-select "0.0.0 "]
117+ [com.lambdaisland/xml-select "0.1.1 "]
118118```
119119<!-- /installation -->
120120
You can’t perform that action at this time.
0 commit comments