diff --git a/CHANGELOG.md b/CHANGELOG.md index 3348030..460fb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Inlein News – history of user-visible changes -## 0.2.0 / ??? +## 0.2.0 / 2017-05-28 * Added support for `:file-deps` (Jean Niklas L'orange) * Added support for `:exclusions` in the parameter map (Jean Niklas L'orange) diff --git a/client/project.clj b/client/project.clj index 0ae9390..1ab95f1 100644 --- a/client/project.clj +++ b/client/project.clj @@ -1,4 +1,4 @@ -(defproject inlein/client "0.2.0-SNAPSHOT" +(defproject inlein/client "0.2.0" :description "Inlein your dependencies." :url "https://github.com/hyPiRion/inlein" :license {:name "Eclipse Public License" diff --git a/daemon/project.clj b/daemon/project.clj index 4b94672..0d63b68 100644 --- a/daemon/project.clj +++ b/daemon/project.clj @@ -1,4 +1,4 @@ -(defproject inlein/daemon "0.2.0-SNAPSHOT" +(defproject inlein/daemon "0.2.0" :description "The Inlein daemon" :url "https://github.com/hyPiRion/inlein" :license {:name "Eclipse Public License"