summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-10-26 11:40:38 +0200
committerAsko Nõmm <asko@nmm.ee>2025-10-26 11:40:38 +0200
commitd78abee5f9c6df199524487f226a1c5498a88ec4 (patch)
tree6be0ab067bcad17f2da8499e06ce86f651aae4fb
parenta30919848d19168b4010f37d29c0a42a2c9f8f77 (diff)
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d106d1b..bac17b3 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ Add Dompa to your `deps.edn` directly from GitHub:
```clojure
{:deps {askonomm/dompa {:git/url "https://github.com/askonomm/dompa"
- :git/tag "v1.0.3"
- :git/sha "3ef74e6a0cfd3869aaa6859750024ee5c9b5ea8a"}}}
+ :git/tag "v1.1.0"
+ :git/sha "a30919848d19168b4010f37d29c0a42a2c9f8f77"}}}
```
-----