Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Oct 3, 2018
1 parent 9acfa68 commit 995c331
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ released to fix that problem.
Merge the following into your `$HOME/.lein/profiles.clj` file:

```clojure
{:user {:plugins [[jonase/eastwood "0.3.0"]] }}
{:user {:plugins [[jonase/eastwood "0.3.1"]] }}
```

To run Eastwood with the default set of lint warnings on all of the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jonase/eastwood "0.3.0-SNAPSHOT"
(defproject jonase/eastwood "0.3.1"
:description "A Clojure lint tool"
:url "https://github.com/jonase/eastwood"
:license {:name "Eclipse Public License"
Expand Down
4 changes: 2 additions & 2 deletions resources/EASTWOOD_VERSION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
:major 0
:minor 3
:patch 0
:pre-release "SNAPSHOT"
:patch 1
:pre-release nil
:build nil
:sha "424fa6e0c5b8c95991db1679d3beb2c851dff3a7"
}

0 comments on commit 995c331

Please sign in to comment.