Skip to content

Commit e3da5e4

Browse files
committed
3.9.1
1 parent ec93758 commit e3da5e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deploy: check-env .inline-deps
4141
jar: .inline-deps
4242
lein with-profile -user,-dev,+$(VERSION),+plugin.mranderson/config jar
4343

44-
# Usage: PROJECT_VERSION=3.9.0 make install
44+
# Usage: PROJECT_VERSION=3.9.1 make install
4545
# PROJECT_VERSION is needed because it's not computed dynamically
4646
install: check-install-env .inline-deps
4747
LEIN_JVM_OPTS="-Dmranderson.internal.no-parallelism=true" lein with-profile -user,-dev,+$(VERSION),+plugin.mranderson/config install

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
2626
Add the following, either in your project's `project.clj`, or in the `:user` profile found at `~/.lein/profiles.clj`:
2727

2828
```clojure
29-
:plugins [[refactor-nrepl "3.9.0"]
29+
:plugins [[refactor-nrepl "3.9.1"]
3030
[cider/cider-nrepl "0.31.0"]]
3131
```
3232

@@ -371,7 +371,7 @@ When you want to release locally to the following:
371371
And here's how to deploy to Clojars:
372372

373373
```bash
374-
git tag -a v3.9.0 -m "3.9.0"
374+
git tag -a v3.9.1 -m "3.9.1"
375375
git push --tags
376376
```
377377

0 commit comments

Comments
 (0)