Skip to content

Commit

Permalink
Preparing for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmsparks committed Dec 28, 2013
1 parent b8b1fe9 commit a164cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -111,7 +111,7 @@ There are numerous Clojure routing libraries. Here's a table to help you compare
Add the following dependency to your `project.clj` file

```clojure
[bidi "1.4.0"]
[bidi "1.5.0"]
```

## Take 5 minutes to learn bidi (using the REPL)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -9,7 +9,7 @@
;;
;; You must not remove this notice, or any other, from this software.

(defproject bidi "1.4.0"
(defproject bidi "1.5.0"
:description "Bidirectional URI routing"
:url "https://github.com/juxt/bidi"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit a164cc3

Please sign in to comment.