From 0f0e50150b3c0c8e8fedbff5f79403bfa0028921 Mon Sep 17 00:00:00 2001 From: Oleg Ilyenko Date: Tue, 17 Jan 2017 01:05:04 +0100 Subject: [PATCH] Next dev iteration --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6c32d03..5a01923 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "sangria-play-json" organization := "org.sangria-graphql" -version := "1.0.0" +version := "1.0.1-SNAPSHOT" description := "Sangria play-json marshalling" homepage := Some(url("http://sangria-graphql.org"))