Skip to content

Commit

Permalink
v1.1.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jan 2, 2020
1 parent 1e017b9 commit a40cac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Utilities for [clojure.spec](https://github.com/clojure/spec.alpha).
#### Coordinates

```clojure
[com.nedap.staffing-solutions/utils.spec "1.0.0"]
[com.nedap.staffing-solutions/utils.spec "1.1.0-alpha3"]
```

> Note that self-hosted ClojureScript (e.g. Lumo) is unsupported at the moment.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; Please don't bump the library version by hand - use ci.release-workflow instead.
(defproject com.nedap.staffing-solutions/utils.spec "1.0.0"
(defproject com.nedap.staffing-solutions/utils.spec "1.1.0-alpha3"
;; Please keep the dependencies sorted a-z.
:dependencies [[expound "0.8.4"]
[org.clojure/clojure "1.10.1"]
Expand Down

0 comments on commit a40cac3

Please sign in to comment.