Skip to content

Commit

Permalink
prep for 0.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <sean@corfield.org>
  • Loading branch information
seancorfield committed Feb 1, 2024
1 parent b612c51 commit b908c78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,15 +8,15 @@ A [Leiningen](https://leiningen.org/) plugin for [Marginalia](https://github.com

### Leiningen 2

Add `[[lein-marginalia "0.9.1"]]` to the `:plugins` entry in
Add `[[lein-marginalia "0.9.2"]]` to the `:plugins` entry in
either your `project.clj` file or your `:user` profile.

### Leiningen 1

Add `[lein-marginalia "0.9.1"]` to your `project.clj`'s
Add `[lein-marginalia "0.9.2"]` to your `project.clj`'s
`:dev-dependencies` or, install lein-marginalia as a user-level
leiningen plugin by running
`$ lein plugin install lein-marginalia 0.9.1`.
`$ lein plugin install lein-marginalia 0.9.2`.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions project.clj
@@ -1,5 +1,5 @@
(defproject lein-marginalia "0.9.1"
(defproject lein-marginalia "0.9.2"
:description "Leiningen plugin for Marginalia."
:url "http://github.com/gdeer81/marginalia"
:dependencies [[marginalia "0.9.1"]]
:dependencies [[marginalia "0.9.2"]]
:eval-in :leiningen)
2 changes: 1 addition & 1 deletion src/leiningen/marg.clj
Expand Up @@ -14,7 +14,7 @@
(eip project form init)
(eip project form nil nil init))))

(def dep ['marginalia "0.9.1"])
(def dep ['marginalia "0.9.2"])

(defn- add-marg-dep [project]
;; Leiningen 2 is a bit smarter about only conjing it in if it
Expand Down

0 comments on commit b908c78

Please sign in to comment.