We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a9a50 commit 5679e4cCopy full SHA for 5679e4c
1 file changed
README.md
@@ -27,12 +27,12 @@ The main motivation for building graphcom was to serve as the computation engine
27
28
### Clojure CLI/deps.edn
29
```clojure
30
-io.github.bortexz/graphcom {:mvn/version "0.1.1"}
+io.github.bortexz/graphcom {:mvn/version "0.2.0"}
31
```
32
33
### Leiningen/Boot
34
35
-[io.github.bortexz/graphcom "0.1.1"]
+[io.github.bortexz/graphcom "0.2.0"]
36
37
38
## Quick Example
0 commit comments