Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jun 24, 2021
1 parent f36cc34 commit 43ea9de
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 @@ -42,7 +42,7 @@ released to fix that problem.
Merge the following into your `$HOME/.lein/profiles.clj` file:

```clojure
{:user {:plugins [[jonase/eastwood "0.5.2"]]}}
{:user {:plugins [[jonase/eastwood "0.6.0"]]}}
```

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

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

If you use a different build tool, you will need to add the dependency
Expand Down Expand Up @@ -2334,7 +2334,7 @@ your local Maven repository:
$ cd path/to/eastwood
$ lein with-profile +eastwood-plugin install

Then add `[jonase/eastwood "0.5.2"]` (or whatever is the
Then add `[jonase/eastwood "0.6.0"]` (or whatever is the
current version number in the defproject line of `project.clj`) to
your `:plugins` vector in your `:user` profile, perhaps in your
`$HOME/.lein/profiles.clj` file.
Expand Down
2 changes: 1 addition & 1 deletion changes.md
@@ -1,6 +1,6 @@
# Change log for Eastwood

## Changes from 0.5.2 to
## Changes from 0.5.2 to 0.6.0

#### New

Expand Down
4 changes: 2 additions & 2 deletions resources/EASTWOOD_VERSION
@@ -1,5 +1,5 @@
{
:major 0
:minor 5
:patch 2
:minor 6
:patch 0
}

0 comments on commit 43ea9de

Please sign in to comment.