From ea9f6eb53f60d179974cf56d7e74bf854a00b8dc Mon Sep 17 00:00:00 2001 From: Yannick Heiber Date: Tue, 2 Jul 2019 14:38:47 +0200 Subject: [PATCH] Bump version to 0.1.2-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bb116cf..4efcfe0 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val commonSettings = Seq( scalaVersion := scala212, crossScalaVersions := Seq(scala211, scala212), organization := "com.free2move", - version := "0.1.1", + version := "0.1.2-SNAPSHOT", licenses += ("The Apache Software License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")), homepage := Some(url("https://github.com/Free2MoveApp/geo-scala")), libraryDependencies ++= Seq(