From 7840878ac367d0f301ab0cb3c39c7607b633e6fe Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Tue, 17 Jan 2017 01:04:18 +0100 Subject: [PATCH] Release v1.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1ec4d8a..6c32d03 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria-play-json" organization := "org.sangria-graphql" -version := "0.3.4-SNAPSHOT" +version := "1.0.0" description := "Sangria play-json marshalling" homepage := Some(url("http://sangria-graphql.org"))