Skip to content

Commit

Permalink
Finalized for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Sep 2, 2015
1 parent 89ad52f commit 29eddf0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions java-scala/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.3.0 (2015-09-02)
--------------------------
Added Taboola, Outbrain and other referers (#109)
Updated vagrant up to work with latest Peru version (#110)
Removed duplicate google.com.kh/imgres entry (#111)

Version 0.2.3 (2014-02-01)
--------------------------
Added dedicated Vagrant setup (#92)
Expand Down
6 changes: 3 additions & 3 deletions java-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Then add into your project's `pom.xml`:
<dependency>
<groupId>com.snowplowanalytics</groupId>
<artifactId>referer-parser_2.11</artifactId>
<version>0.2.1</version>
<version>0.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -118,7 +118,7 @@ Add this to your SBT config:
val snowplowRepo = "SnowPlow Repo" at "http://maven.snplow.com/releases/"

// Dependency
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.2.1"
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.3.0"
```

## Contributing
Expand All @@ -131,7 +131,7 @@ val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.2.1"

## Copyright and license

The referer-parser Java/Scala library is copyright 2012-2013 Snowplow Analytics Ltd.
The referer-parser Java/Scala library is copyright 2012-2015 Snowplow Analytics Ltd.

Licensed under the [Apache License, Version 2.0] [license] (the "License");
you may not use this software except in compliance with the License.
Expand Down
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.2.3",
version := "0.3.0",
description := "Library for extracting marketing attribution data from referer URLs",
scalaVersion := "2.9.1",
crossScalaVersions := Seq("2.9.1", "2.10.4", "2.11.1"),
Expand Down

0 comments on commit 29eddf0

Please sign in to comment.