diff --git a/README.md b/README.md index e28325c..f95f383 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/project.clj b/project.clj index a42573f..bc7f154 100644 --- a/project.clj +++ b/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"