Skip to content

Commit 8649e7f

Browse files
committed
Reverted version to 0.2.0
1 parent 149cb6e commit 8649e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-scala/project/BuildSettings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object BuildSettings {
2222
// Basic settings for our app
2323
lazy val basicSettings = Seq[Setting[_]](
2424
organization := "com.snowplowanalytics",
25-
version := "0.3.0",
25+
version := "0.2.0",
2626
description := "Library for extracting marketing attribution data from referer URLs",
2727
scalaVersion := "2.9.1",
2828
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),

0 commit comments

Comments
 (0)