diff --git a/README.md b/README.md index 125a921..680d522 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.8"] + [ring-server "0.3.0"] ## Usage diff --git a/project.clj b/project.clj index c855393..d8c4a10 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ring-server "0.2.8" +(defproject ring-server "0.3.0" :description "Library for running Ring web servers" :url "https://github.com/weavejester/ring-server" :license {:name "Eclipse Public License"