Skip to content

Commit 240c8b6

Browse files
committed
Update the rest of the version numbers.
1 parent beedb08 commit 240c8b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Installation
1010

1111
Add this to your `project.clj`'s dependencies:
1212

13-
[metrics-clojure "1.0.0"]
13+
[metrics-clojure "1.0.1"]
1414

1515
That's it.
1616

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.0.0'
51+
version = '1.0.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.0'
53+
release = '1.0.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

docs/source/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Installation
33

44
Add this to your ``project.clj``'s dependencies::
55

6-
[metrics-clojure "1.0.0"]
6+
[metrics-clojure "1.0.1"]
77

88
That's it.

docs/source/ring.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ library so you don't have to install it unless you want it.
1212

1313
To install it, add this to your ``project.clj``'s dependencies::
1414

15-
[metrics-clojure-ring "1.0.0"]
15+
[metrics-clojure-ring "1.0.1"]
1616

1717
**Note:** the versions of metrics-clojure and metrics-clojure-ring should always
1818
be the same.

0 commit comments

Comments
 (0)