Skip to content

Commit a87bf04

Browse files
committed
Bump version to 1.0.0 (closes #92)
1 parent 07988d7 commit a87bf04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Scala implementation is a core component of [Snowplow][snowplow], the open-s
1616
You can add the following to your SBT config:
1717

1818
```scala
19-
val refererParser = "com.snowplowanalytics" %% "scala-referer-parser" % "0.6.0"
19+
val refererParser = "com.snowplowanalytics" %% "scala-referer-parser" % "1.0.0"
2020
```
2121

2222
### Usage

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val root = (project in file(".")).
1818
settings(
1919
name := "scala-referer-parser",
2020
organization := "com.snowplowanalytics",
21-
version := "0.5.0",
21+
version := "1.0.0",
2222
description := "Library for extracting marketing attribution data from referer URLs",
2323
scalaVersion := "2.12.8",
2424
crossScalaVersions := Seq("2.11.12", "2.12.8"),

0 commit comments

Comments
 (0)