Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
Fix version in README
  • Loading branch information
Yannick Heiber committed Aug 8, 2019
1 parent 62587f4 commit 41bbb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" % "<version from badge above>"
```

## Code of Conduct
Expand Down
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.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(
Expand Down

0 comments on commit 41bbb26

Please sign in to comment.