summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-02-12 00:52:48 +0200
committerAsko Nõmm <asko@nmm.ee>2026-02-12 00:52:48 +0200
commit58ac6f40021cf73e8fe50f7a5873104ea4bd74c3 (patch)
treefc12889c9bddab31c7d8ac42c29a0af69d1a18a2
parenta8696e088efedf310929bc4e01eded36d41414b1 (diff)
Update README
-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"}}}
```
-----