Skip to content

Commit

Permalink
Release v0.0-14
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jan 14, 2019
1 parent 4c7053e commit a7eadbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Unreleased
# 0.0-14 (2019-01-14 / 4c7053e)

## Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ In your `build.boot` add the Kaocha dependency, and import the Kaocha task
``` clojure
;; build.boot
(set-env! :source-paths #{"src"}
:dependencies '[[lambdaisland/kaocha-boot "0.0-5"]])
:dependencies '[[lambdaisland/kaocha-boot "0.0-14"]])

(require '[kaocha.boot-task :refer [kaocha]])
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>lambdaisland</groupId>
Expand Down

0 comments on commit a7eadbb

Please sign in to comment.