Skip to content

Commit

Permalink
Update the rest of the version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Mar 27, 2013
1 parent beedb08 commit 240c8b6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -10,7 +10,7 @@ Installation

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

[metrics-clojure "1.0.0"]
[metrics-clojure "1.0.1"]

That's it.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Expand Up @@ -3,6 +3,6 @@ Installation

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

[metrics-clojure "1.0.0"]
[metrics-clojure "1.0.1"]

That's it.
2 changes: 1 addition & 1 deletion docs/source/ring.rst
Expand Up @@ -12,7 +12,7 @@ library so you don't have to install it unless you want it.

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

[metrics-clojure-ring "1.0.0"]
[metrics-clojure-ring "1.0.1"]

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

0 comments on commit 240c8b6

Please sign in to comment.