Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Mar 11, 2017
1 parent 432ddaa commit c54e742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A macro-based generic visitor generator
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "macro-visit" % "0.1.0"
libraryDependencies += "org.sangria-graphql" %% "macro-visit" % "0.1.1"
```

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "macro-visit"
organization := "org.sangria-graphql"
version := "0.1.1-SNAPSHOT"
version := "0.1.1"

description := "Macro-based generic visitor generator"
homepage := Some(url("http://sangria-graphql.org"))
Expand Down

0 comments on commit c54e742

Please sign in to comment.