summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <ano@ano.ee>2022-10-08 15:18:42 +0300
committerAsko Nõmm <ano@ano.ee>2022-10-08 15:18:42 +0300
commit2210c7d2f6994a157aeb12ab675662adbeb390d4 (patch)
tree6c0e9d7d4c6afce7824d48fa488969888d92980b
parent60e1f9c8a6b5f343cfc8be2d8bc25018cfe0ddab (diff)
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 480916f..5f3b8d5 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ You can also use Ruuter with [Babashka](https://github.com/babashka/babashka), b
```clojure
#!/usr/bin/env bb
-(deps/add-deps '{:deps {org.clojars.askonomm/ruuter {:mvn/version "1.2.2"}}})
+(deps/add-deps '{:deps {org.clojars.askonomm/ruuter {:mvn/version "1.3.2"}}})
(require '[org.httpkit.server :as http]
'[babashka.deps :as deps]