diff --git a/README.md b/README.md index ffb18f3..c1d0d86 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.3.0"] + [ring-server "0.3.1"] ## Usage diff --git a/project.clj b/project.clj index ff6b7c0..dff143f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-server "0.3.0" +(defproject ring-server "0.3.1" :description "Library for running Ring web servers" :url "https://github.com/weavejester/ring-server" :license {:name "Eclipse Public License"