File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ A [Leiningen](https://leiningen.org/) plugin for [Marginalia](https://github.com
8
8
9
9
### Leiningen 2
10
10
11
- Add ` [[lein-marginalia "0.9.1 "]] ` to the ` :plugins ` entry in
11
+ Add ` [[lein-marginalia "0.9.2 "]] ` to the ` :plugins ` entry in
12
12
either your ` project.clj ` file or your ` :user ` profile.
13
13
14
14
### Leiningen 1
15
15
16
- Add ` [lein-marginalia "0.9.1 "] ` to your ` project.clj ` 's
16
+ Add ` [lein-marginalia "0.9.2 "] ` to your ` project.clj ` 's
17
17
` :dev-dependencies ` or, install lein-marginalia as a user-level
18
18
leiningen plugin by running
19
- ` $ lein plugin install lein-marginalia 0.9.1 ` .
19
+ ` $ lein plugin install lein-marginalia 0.9.2 ` .
20
20
21
21
## Usage
22
22
Original file line number Diff line number Diff line change 1
- (defproject lein-marginalia " 0.9.1 "
1
+ (defproject lein-marginalia " 0.9.2 "
2
2
:description " Leiningen plugin for Marginalia."
3
3
:url " http://github.com/gdeer81/marginalia"
4
- :dependencies [[marginalia " 0.9.1 " ]]
4
+ :dependencies [[marginalia " 0.9.2 " ]]
5
5
:eval-in :leiningen )
Original file line number Diff line number Diff line change 14
14
(eip project form init)
15
15
(eip project form nil nil init))))
16
16
17
- (def dep ['marginalia " 0.9.1 " ])
17
+ (def dep ['marginalia " 0.9.2 " ])
18
18
19
19
(defn- add-marg-dep [project]
20
20
; ; Leiningen 2 is a bit smarter about only conjing it in if it
You can’t perform that action at this time.
0 commit comments