Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Apr 2, 2016
1 parent 030bcf5 commit 60a8c05
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 @@ -5,7 +5,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.4.0"
libraryDependencies += "org.sangria-graphql" %% "sangria-circe" % "0.4.1"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "sangria-circe"
organization := "org.sangria-graphql"
version := "0.4.1-SNAPSHOT"
version := "0.4.1"

description := "Sangria circe marshalling"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down

0 comments on commit 60a8c05

Please sign in to comment.