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 Sep 6, 2019
1 parent 670e0e2 commit 17b2297
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 @@ -9,7 +9,7 @@ That way, you can strengthen your defns with custom specs (expressed as metadata
#### Coordinates

```clojure
[com.nedap.staffing-solutions/speced.def "1.1.0-alpha2"]
[com.nedap.staffing-solutions/speced.def "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
@@ -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.1.0-alpha2"
(defproject com.nedap.staffing-solutions/speced.def "1.1.0-alpha3"
;; Please keep the dependencies sorted a-z.
:dependencies [[com.nedap.staffing-solutions/utils.spec "1.0.0"]
[com.nedap.staffing-solutions/utils.test "1.3.0"]
Expand Down

0 comments on commit 17b2297

Please sign in to comment.