Skip to content

Commit 29eddf0

Browse files
committed
Finalized for release
1 parent 89ad52f commit 29eddf0

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

java-scala/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.3.0 (2015-09-02)
2+
--------------------------
3+
Added Taboola, Outbrain and other referers (#109)
4+
Updated vagrant up to work with latest Peru version (#110)
5+
Removed duplicate google.com.kh/imgres entry (#111)
6+
17
Version 0.2.3 (2014-02-01)
28
--------------------------
39
Added dedicated Vagrant setup (#92)

java-scala/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Then add into your project's `pom.xml`:
6161
<dependency>
6262
<groupId>com.snowplowanalytics</groupId>
6363
<artifactId>referer-parser_2.11</artifactId>
64-
<version>0.2.1</version>
64+
<version>0.3.0</version>
6565
</dependency>
6666
```
6767

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

120120
// Dependency
121-
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.2.1"
121+
val refererParser = "com.snowplowanalytics" %% "referer-parser" % "0.3.0"
122122
```
123123

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

132132
## Copyright and license
133133

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

136136
Licensed under the [Apache License, Version 2.0] [license] (the "License");
137137
you may not use this software except in compliance with the License.

java-scala/project/BuildSettings.scala

Lines changed: 1 addition & 1 deletion
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.2.3",
25+
version := "0.3.0",
2626
description := "Library for extracting marketing attribution data from referer URLs",
2727
scalaVersion := "2.9.1",
2828
crossScalaVersions := Seq("2.9.1", "2.10.4", "2.11.1"),

0 commit comments

Comments
 (0)