diff --git a/README.md b/README.md index 96334ac..f24e83c 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.1"] + [ring-server "0.2.2"] ## Usage diff --git a/project.clj b/project.clj index 97dc303..b824619 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-server "0.2.1" +(defproject ring-server "0.2.2" :description "Library for running Ring web servers" :dependencies [[org.clojure/clojure "1.2.1"] [org.clojure/core.incubator "0.1.0"]