Skip to content

Commit

Permalink
Reverted version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Jul 2, 2014
1 parent 149cb6e commit 8649e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-scala/project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object BuildSettings {
// Basic settings for our app
lazy val basicSettings = Seq[Setting[_]](
organization := "com.snowplowanalytics",
version := "0.3.0",
version := "0.2.0",
description := "Library for extracting marketing attribution data from referer URLs",
scalaVersion := "2.9.1",
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
Expand Down

0 comments on commit 8649e7f

Please sign in to comment.