Skip to content

Commit

Permalink
bump version to 0.90.4
Browse files Browse the repository at this point in the history
includes:
- interior s2 covering index
- fix an issue with parentId hotfixes
- update hadoop-common to cdh5
  • Loading branch information
slackhappy committed Sep 15, 2015
1 parent 4b862f1 commit d651d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/GeocoderBuild.scala
Expand Up @@ -9,7 +9,7 @@ object GeocoderBuild extends Build {
lazy val buildSettings = Seq(
organization := "com.foursquare.twofishes",
name := "twofishes",
version := "0.90.3",
version := "0.90.4",
scalaVersion := "2.10.2",
javacOptions ++= Seq("-source", "1.6", "-target", "1.6"),
javacOptions in doc := Seq("-source", "1.6")
Expand Down

0 comments on commit d651d15

Please sign in to comment.