Skip to content

Commit

Permalink
ready for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedek Fazekas committed Dec 28, 2014
1 parent b8f0755 commit d056bc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Somewhat node.js & npm style dependency handling as a leiningen plugin.

## Usage

Put `[thomasa/mranderson "0.2.2"]` into the `:plugins` vector of your project.clj.
Put `[thomasa/mranderson "0.3.0"]` into the `:plugins` vector of your project.clj.

Additionally you also need to mark some of the dependencies in your dependencies vector in the project's `project.clj` with `^:source-dep` meta tag. For example:

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject thomasa/mranderson "0.3.0-SNAPSHOT"
(defproject thomasa/mranderson "0.3.0"
:description "Leiningen plugin to download and use some dependencies as source."
:url "https://github.com/benedekfazekas/mranderson"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in-leiningen true
:plugins [[thomasa/mranderson "0.2.2"]]
:plugins [[thomasa/mranderson "0.3.0"]]
:dependencies [^:source-dep [com.cemerick/pomegranate "0.3.0"]
^:source-dep [org.clojure/tools.namespace "0.2.7"]
^:source-dep [me.raynes/fs "1.4.4"]])

0 comments on commit d056bc5

Please sign in to comment.