diff --git a/README.md b/README.md index 2f56b5d..88379ba 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.7"] + [ring-server "0.2.8"] ## Usage diff --git a/project.clj b/project.clj index abb233b..3727442 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-server "0.2.7" +(defproject ring-server "0.2.8" :description "Library for running Ring web servers" :dependencies [[org.clojure/clojure "1.2.1"] [org.clojure/core.incubator "0.1.0"]