File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Installation
10
10
11
11
Add this to your ` project.clj ` 's dependencies:
12
12
13
- [metrics-clojure "1.0.0 "]
13
+ [metrics-clojure "1.0.1 "]
14
14
15
15
That's it.
16
16
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '1.0.0 '
51
+ version = '1.0.1 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '1.0.0 '
53
+ release = '1.0.1 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ Installation
3
3
4
4
Add this to your ``project.clj ``'s dependencies::
5
5
6
- [metrics-clojure "1.0.0 "]
6
+ [metrics-clojure "1.0.1 "]
7
7
8
8
That's it.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ library so you don't have to install it unless you want it.
12
12
13
13
To install it, add this to your ``project.clj ``'s dependencies::
14
14
15
- [metrics-clojure-ring "1.0.0 "]
15
+ [metrics-clojure-ring "1.0.1 "]
16
16
17
17
**Note: ** the versions of metrics-clojure and metrics-clojure-ring should always
18
18
be the same.
You can’t perform that action at this time.
0 commit comments