Skip to content

Commit

Permalink
bump version to 0.90.5
Browse files Browse the repository at this point in the history
includes:
- moved MapFileConcurrentReader into twofishes pkg
  • Loading branch information
John Gallagher committed Sep 16, 2015
1 parent 54173b6 commit d609e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/GeocoderBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object GeocoderBuild extends Build {
lazy val buildSettings = Seq(
organization := "com.foursquare.twofishes",
name := "twofishes",
version := "0.90.4",
version := "0.90.5",
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 d609e0a

Please sign in to comment.