summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20e8360..bcfe927 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ Add Dompa to your `deps.edn` directly from GitHub:
```clojure
{:deps {askonomm/dompa {:git/url "https://git.nmm.ee/asko/dompa.git"
- :git/tag "v1.2.2"
- :git/sha "94f5f3c21f8ad352e149b59ce3a5fa3ae98acb91"}}}
+ :git/tag "v1.2.3"
+ :git/sha "a8696e088efedf310929bc4e01eded36d41414b1"}}}
```
-----