Skip to content

Commit b25a022

Browse files
committed
Java & Scala: bumped version to 0.3.0 in README
1 parent 393a5bc commit b25a022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-scala/README.md

Lines changed: 2 additions & 2 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</artifactId>
64-
<version>0.1.0</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.1.0"
121+
val refererParser = "com.snowplowanalytics" % "referer-parser" % "0.3.0"
122122
```
123123

124124
## Contributing

0 commit comments

Comments
 (0)