Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
manderson202 committed Jan 27, 2022
1 parent 6560f9f commit caaa03e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A [Leiningen](https://leiningen.org/) plugin for resolving Clojure(Script) depen
Add the plugin to the `:plugins` vector of your `project.clj`:

```clojure
:plugins [[reifyhealth/lein-git-down "0.4.0"]]
:plugins [[reifyhealth/lein-git-down "0.4.1"]]
```

If you have dependency specific configurations (see below), add the plugin's `inject-properties` function to your `:middleware` vector:
Expand Down Expand Up @@ -48,7 +48,7 @@ Below is an example `project.clj` that uses the plugin:
(defproject test-project "0.1.0"
:description "A test project"
;; Include the plugin
:plugins [[reifyhealth/lein-git-down "0.4.0"]]
:plugins [[reifyhealth/lein-git-down "0.4.1"]]
;; Add the middleware to parse the custom configurations
:middleware [lein-git-down.plugin/inject-properties]
;; Specify your dependencies. This is the same as any other project.clj and
Expand Down Expand Up @@ -131,6 +131,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)

## License

Source Copyright © 2020 Reify Health, Inc.
Source Copyright © 2022 Reify Health, Inc.

Distributed under the MIT License. See the file LICENSE.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject reifyhealth/lein-git-down "0.4.1-SNAPSHOT"
(defproject reifyhealth/lein-git-down "0.4.1"
:description "A Leiningen plugin for resolving Clojure(Script) dependencies from a Git repository"
:url "http://github.com/reifyhealth/lein-git-down"
:license {:name "MIT"}
Expand Down

0 comments on commit caaa03e

Please sign in to comment.