diff --git a/README.md b/README.md index 65c5c70..6485975 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In production: Add the following dependency to your `project.clj` file: - [ring-server "0.2.4"] + [ring-server "0.2.5"] ## Usage diff --git a/project.clj b/project.clj index b4a332a..4791fe2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-server "0.2.4" +(defproject ring-server "0.2.5" :description "Library for running Ring web servers" :dependencies [[org.clojure/clojure "1.2.1"] [org.clojure/core.incubator "0.1.0"]