diff --git a/README.md b/README.md index 2fcc9ab..71cb79e 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ framework. Add the following dependency to your deps.edn file: - org.duct-framework/handler {:mvn/version "0.1.0-SNAPSHOT"} + org.duct-framework/handler {:mvn/version "0.1.0"} Or to your Leiningen project file: - [org.duct-framework/handler "0.1.0-SNAPSHOT"] + [org.duct-framework/handler "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index a3b2d0f..66fa695 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/handler "0.1.0-SNAPSHOT" +(defproject org.duct-framework/handler "0.1.0" :description "Common Ring handlers for the Duct framework" :url "https://github.com/duct-framework/handler" :license {:name "Eclipse Public License"