Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remvee committed Feb 2, 2014
1 parent 3c10d85 commit b124fad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.org
@@ -1,3 +1,7 @@
* 1.0.5 (2014-02-02)

- MakeMake compatible with pedestal-service.

* 1.0.4 (2014-01-14)

- Allow for passwords containing a ':' character.
Expand Down
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -23,7 +23,7 @@
appropriate place:

#+BEGIN_SRC clojure
[ring-basic-authentication "1.0.2"]
[ring-basic-authentication "1.0.5"]
#+END_SRC


Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject ring-basic-authentication "1.0.4"
(defproject ring-basic-authentication "1.0.5"
:description "Ring middleware for basic authentication."

:dependencies [[org.clojure/clojure "1.4.0"]
Expand Down

0 comments on commit b124fad

Please sign in to comment.