From 938bcebb4325da53e01b25b46d7fb02964704791 Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Sun, 16 Aug 2015 22:08:46 +0200 Subject: [PATCH] Release v0.3.0 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8bdd5cb..ceeb43b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ SBT Configuration: - libraryDependencies += "org.sangria-graphql" %% "sangria" % "0.2.2" + libraryDependencies += "org.sangria-graphql" %% "sangria" % "0.3.0" You can find an example application that uses akka-http with sangria here: diff --git a/build.sbt b/build.sbt index 47e03a09..6abe5b8f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria" organization := "org.sangria-graphql" -version := "0.3.0-SNAPSHOT" +version := "0.3.0" description := "Scala GraphQL implementation" homepage := Some(url("http://sangria-graphql.org"))