Skip to content

Commit

Permalink
Release v0.3-alpha3
Browse files Browse the repository at this point in the history
* Fix Issue with Global Symbols in Predicates #7, #8
  • Loading branch information
alexanderkiel committed Feb 6, 2018
1 parent b480921 commit d2cd95f
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 @@ -15,7 +15,7 @@ The main idea of this library is to dispatch on spec problems and let you genera
To install, just add the following to your project dependencies:

```clojure
[phrase "0.3-alpha2"]
[phrase "0.3-alpha3"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject phrase "0.4-SNAPSHOT"
(defproject phrase "0.3-alpha3"
:description "Clojure(Script) library for phrasing spec problems."
:url "https://github.com/alexanderkiel/phrase"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit d2cd95f

Please sign in to comment.