Skip to content

Commit

Permalink
Merge pull request #102 from nedap/2.0.0
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
vemv committed Jan 17, 2020
2 parents b0f2bdd + 5dae8dc commit 33a494d
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-alpha1"]
[com.nedap.staffing-solutions/speced.def "2.0.0"]
```

> 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-alpha1"
(defproject com.nedap.staffing-solutions/speced.def "2.0.0"
;; 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 33a494d

Please sign in to comment.