Skip to content

Commit

Permalink
Bump version to 0.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Heiber committed Jul 2, 2019
1 parent 569f289 commit ea9f6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ea9f6eb

Please sign in to comment.