Skip to content

Commit

Permalink
v2.1.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
thumbnail committed Oct 1, 2021
1 parent c19faa8 commit 57dd23f
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 "2.0.0"]
[com.nedap.staffing-solutions/speced.def "2.1.0-alpha1"]
```

> 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 "2.0.0"
(defproject com.nedap.staffing-solutions/speced.def "2.1.0-alpha1"
;; Please keep the dependencies sorted a-z.
:dependencies [[com.nedap.staffing-solutions/utils.spec "1.2.0-alpha1"]
[com.nedap.staffing-solutions/utils.test "1.6.2"]
Expand Down

0 comments on commit 57dd23f

Please sign in to comment.