Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed May 18, 2017
1 parent 545f32c commit 3ced9fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.1 (2017-05-18)

* Updated sangria to v1.2.1

## v1.2.0 (2017-04-29)

* Updated sangria to v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SBT Configuration:

```scala
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.2.0"
libraryDependencies += "org.sangria-graphql" %% "sangria-relay" % "1.2.1"
```

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

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.2.0",
"org.sangria-graphql" %% "sangria" % "1.2.1",
"org.scalatest" %% "scalatest" % "3.0.3" % "test")

// Publishing
Expand Down

0 comments on commit 3ced9fb

Please sign in to comment.