Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 17, 2016
1 parent b5bb9e7 commit 46e4d72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ should feel bad.
Add to your ~/.lein/profiles.clj:

```clojure
{:user {:plugins [[lein-bikeshed "0.4.0"]]}}
{:user {:plugins [[lein-bikeshed "0.4.1"]]}}
```

Just run `lein bikeshed` on your project:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-bikeshed "0.4.1-SNAPSHOT"
(defproject lein-bikeshed "0.4.1"
:description (str "A Leiningen plugin designed to tell you your code is bad, "
"and that you should feel bad")
:url "https://github.com/dakrone/lein-bikeshed"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/bikeshed.clj
Expand Up @@ -37,7 +37,7 @@
(-> project
(update-in [:dependencies]
conj
['lein-bikeshed "0.4.1-SNAPSHOT"]))
['lein-bikeshed "0.4.1"]))
`(if (bikeshed.core/bikeshed
'~project
{:max-line-length (or (:max-line-length ~opts)
Expand Down

0 comments on commit 46e4d72

Please sign in to comment.