We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9369dfa commit de1ec0cCopy full SHA for de1ec0c
2 files changed
CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
## [Unreleased]
4
5
+## [0.0.49] (2023-02-27)
6
+
7
First public release
8
-[Unreleased]: https://github.com/ferdinand-beyer/refx/compare/v0.0.1...HEAD
-[0.0.1]: https://github.com/ferdinand-beyer/refx/releases/tag/v0.0.1
9
+[Unreleased]: https://github.com/ferdinand-beyer/refx/compare/v0.0.49...HEAD
10
+[0.0.49]: https://github.com/ferdinand-beyer/refx/releases/tag/v0.0.49
README.md
@@ -21,13 +21,13 @@ Releases are available from [Clojars][clojars].
21
deps.edn:
22
23
```edn
24
-com.fbeyer/refx {:mvn/version "<VERSION>"}
+com.fbeyer/refx {:mvn/version "0.0.49"}
25
```
26
27
Leiningen/Boot:
28
29
30
-[com.fbeyer/refx "<VERSION>"]
+[com.fbeyer/refx "0.0.49"]
31
32
33
You can use also use the Git coordinate:
0 commit comments