Navigation Menu

Skip to content

Commit

Permalink
cut 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Feb 22, 2016
1 parent c636c7a commit 7881a4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -0,0 +1,5 @@
# Changelog

### 1.1.1

- add stats to fileset metadata even if no tests have been on classpath [#23](https://github.com/adzerk-oss/boot-test/pull/23)
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

[](dependency)
```clojure
[adzerk/boot-test "1.1.0"] ;; latest release
[adzerk/boot-test "1.1.1"] ;; latest release
```
[](/dependency)

Expand Down
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -5,7 +5,7 @@
(require '[adzerk.bootlaces :refer :all]
'[adzerk.boot-test :refer [test]])

(def +version+ "1.1.0")
(def +version+ "1.1.1")

(bootlaces! +version+)

Expand Down

0 comments on commit 7881a4e

Please sign in to comment.