From 41bbb26afe24224c58ba3311057da2be4502d3cf Mon Sep 17 00:00:00 2001 From: Yannick Heiber Date: Thu, 8 Aug 2019 16:12:50 +0200 Subject: [PATCH] Bump version to 0.1.2 Fix version in README --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8c48e7..dd500fe 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The project is divided in several submodules: Add the following dependency in your sbt build configuration: ```scala -"com.free2move" %% "geo-scala" % "0.1.0" +"com.free2move" %% "geo-scala" % "" ``` ## Code of Conduct diff --git a/build.sbt b/build.sbt index 4efcfe0..c483aee 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.2-SNAPSHOT", + version := "0.1.2", 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(