Skip to content

Commit

Permalink
Update project.clj and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stathissideris committed May 10, 2017
1 parent 8726ae1 commit 6b3f9e4
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 @@ -21,7 +21,7 @@ change, possibly flawed.
To use this library, add this dependency to your `project.clj` file:

```
[spec-provider "0.4.0"]
[spec-provider "0.4.1"]
```

[Version history](https://github.com/stathissideris/spec-provider/blob/master/doc/history.md)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject spec-provider "0.4.0"
(defproject spec-provider "0.4.1"
:description "Infer clojure specs from sample data. Inspired by F#'s type providers."
:url "https://github.com/stathissideris/spec-provider"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 6b3f9e4

Please sign in to comment.