Skip to content

Commit

Permalink
prepare 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekfazekas committed Jul 19, 2015
1 parent 0527b22 commit e4b0293
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@ It is an inlining tool which inlines your project's dependencies at packaging ti

## Usage

Put `[thomasa/mranderson "0.4.4"]` into the `:plugins` vector of your project.clj.
Put `[thomasa/mranderson "0.4.5"]` 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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ function check_result {
fi
}

lein do clean, source-deps :skip-javaclass-repackage true :project-prefix mranderson045SNAPSHOT
lein do clean, source-deps :skip-javaclass-repackage true :project-prefix mranderson045
check_result
lein with-profile plugin.mranderson/config "$@"
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject thomasa/mranderson "0.4.5-SNAPSHOT"
(defproject thomasa/mranderson "0.4.5"
:description "Leiningen plugin to download and use some dependencies as source."
:url "https://github.com/benedekfazekas/mranderson"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit e4b0293

Please sign in to comment.