Skip to content

Commit

Permalink
bump version to 0.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Boucey committed Nov 29, 2016
1 parent 3edd84a commit c58a84b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Database/Cayley/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ successfulResults m = return $
case m of
Just v ->
case v ^? L.key "result" . L._String of
Just r ->
Just r ->
case APT.parse getAmount r of
APT.Done "" i -> Right i
_ -> fail "Can't get amount of successful results"
_ -> fail "Can't get amount of successful results"
Nothing ->
case v ^? L.key "error" . L._String of
Just e -> fail (T.unpack e)
Expand Down
2 changes: 1 addition & 1 deletion cayley-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cayley-client
version: 0.2.1.0
version: 0.2.1.1
synopsis: A Haskell client for the Cayley graph database
description: cayley-client implements the RESTful API of the Cayley graph database.
homepage: https://github.com/MichelBoucey/cayley-client
Expand Down

0 comments on commit c58a84b

Please sign in to comment.