We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e9e7c commit 62a3c47Copy full SHA for 62a3c47
doc/cats.adoc
@@ -1,7 +1,7 @@
1
Cats Documentation
2
==================
3
Andrey Antukh & Alejandro Gómez
4
-0.3.3
+0.3.4
5
:toc: left
6
:numbered:
7
:source-highlighter: pygments
@@ -47,7 +47,7 @@ it as a dependency in your *_project.clj_*:
47
48
[source,clojure]
49
----
50
-[cats "0.3.3"]
+[cats "0.3.4"]
51
52
53
@@ -71,7 +71,7 @@ Then for cats:
71
<dependency>
72
<groupId>cats</groupId>
73
<artifactId>cats</artifactId>
74
- <version>0.3.3</version>
+ <version>0.3.4</version>
75
</dependency>
76
77
0 commit comments