Skip to content

Commit

Permalink
v1.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jul 25, 2019
1 parent 7102bac commit bbe5444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Utilities for [clojure.spec](https://github.com/clojure/spec.alpha).
#### Coordinates

```clojure
[com.nedap.staffing-solutions/speced.def "1.0.0-alpha1"]
[com.nedap.staffing-solutions/speced.def "1.0.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
@@ -1,5 +1,5 @@
;; Please don't bump the library version by hand - use ci.release-workflow instead.
(defproject com.nedap.staffing-solutions/speced.def "1.0.0-alpha1"
(defproject com.nedap.staffing-solutions/speced.def "1.0.0-alpha3"
;; Please keep the dependencies sorted a-z.
:dependencies [[com.nedap.staffing-solutions/utils.spec "1.0.0-alpha2"]
[com.nedap.staffing-solutions/utils.test "1.3.0"]
Expand Down

0 comments on commit bbe5444

Please sign in to comment.