Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Heiber committed Sep 16, 2019
1 parent af2bbf3 commit 240a1d8
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 @@ -5,7 +5,7 @@ lazy val commonSettings = Seq(
scalaVersion := scala213,
crossScalaVersions := Seq(scala212, scala213),
organization := "com.free2move",
version := "0.1.2",
version := "0.2.0",
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 240a1d8

Please sign in to comment.