Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed May 28, 2017
1 parent 3a54e29 commit b70615b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit b70615b

Please sign in to comment.