summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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"}}}
```
-----