Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jul 12, 2021
1 parent 3884b84 commit fbd8eec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Eastwood can be run from the command line as a
Merge the following into your `$HOME/.lein/profiles.clj` file:

```clojure
{:user {:plugins [[jonase/eastwood "0.7.1"]]}}
{:user {:plugins [[jonase/eastwood "0.8.1"]]}}
```

To run Eastwood with the default set of lint warnings on all of the
Expand Down Expand Up @@ -423,7 +423,7 @@ If you use Leiningen, merge this into your project's `project.clj`
file first:

```clojure
:profiles {:dev {:dependencies [[jonase/eastwood "0.7.1" :exclusions [org.clojure/clojure]]]}}
:profiles {:dev {:dependencies [[jonase/eastwood "0.8.1" :exclusions [org.clojure/clojure]]]}}
```

If you use a different build tool, you will need to add the dependency
Expand Down Expand Up @@ -562,7 +562,7 @@ can be used to modify this merging behavior.
For example, if your user-wide `profiles.clj` file contains this:

```clojure
{:user {:plugins [[jonase/eastwood "0.7.1"]]
{:user {:plugins [[jonase/eastwood "0.8.1"]]
:eastwood {:exclude-linters [:unlimited-use]
:debug [:time]}
}}
Expand Down Expand Up @@ -2032,7 +2032,7 @@ your local Maven repository:
$ cd path/to/eastwood
$ lein with-profile +eastwood-plugin install

Then add `[jonase/eastwood "0.7.1"]` to
Then add `[jonase/eastwood "0.8.1"]` to
your `:plugins` vector in your `:user` profile, perhaps in your
`$HOME/.lein/profiles.clj` file.

Expand Down
2 changes: 1 addition & 1 deletion resources/EASTWOOD_VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
:major 0
:minor 7
:minor 8
:patch 1
}

0 comments on commit fbd8eec

Please sign in to comment.