Skip to content

Commit

Permalink
Release v1.0.0-RC5
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Nov 28, 2016
1 parent a0eec7a commit c921c87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.0.0-RC5 (2016-11-28)

* Updated sangria to v1.0.0-RC5

## v1.0.0-RC4 (2016-11-20)

* Updated sangria to v1.0.0-RC4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.0.0-RC4"
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.0.0-RC5"
```

More info and the documentation can be found in the project home page:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
@@ -1,6 +1,6 @@
name := "sangria-relay"
organization := "org.sangria-graphql"
version := "1.0.0-RC5-SNAPSHOT"
version := "1.0.0-RC5"

description := "Sangria Relay Support"
homepage := Some(url("http://sangria-graphql.org"))
Expand All @@ -19,7 +19,7 @@ scalacOptions ++= {
}

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "1.0.0-RC4",
"org.sangria-graphql" %% "sangria" % "1.0.0-RC5",
"org.scalatest" %% "scalatest" % "3.0.0" % "test")

// Publishing
Expand Down

0 comments on commit c921c87

Please sign in to comment.