Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hypirion committed Mar 13, 2016
1 parent d997120 commit d44044d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject inlein/client "0.1.0-SNAPSHOT"
(defproject inlein/client "0.1.0"
:description "Inlein your dependencies."
:url "https://github.com/hyPiRion/inlein"
:license {:name "Eclipse Public License"
Expand Down
5 changes: 3 additions & 2 deletions daemon/project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject inlein/daemon "0.1.0-SNAPSHOT"
(defproject inlein/daemon "0.1.0"
:description "The Inlein daemon"
:url "http://example.com/FIXME"
:url "https://github.com/hyPiRion/inlein"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]
Expand All @@ -10,6 +10,7 @@
:main inlein.daemon.system
:target-path "target/%s"
:uberjar-name "inlein-daemon-%s-standalone.jar"
:scm {:dir ".."}
:profiles {:uberjar {:aot :all}
:dev {:dependencies [[org.clojure/tools.namespace "0.2.11"]]
:source-paths ["dev"]
Expand Down

0 comments on commit d44044d

Please sign in to comment.