diff --git a/README.md b/README.md index b5919ab..400c0d1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ compilation and environment variables. To install, add the following to your project `:dependencies`: - [duct/core "0.1.0-SNAPSHOT"] + [duct/core "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index 7c0bd39..4f0645e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject duct/core "0.1.0-SNAPSHOT" +(defproject duct/core "0.1.0" :description "The core library for the Duct framework" :url "https://github.com/duct-framework/core" :license {:name "Eclipse Public License"