From 5ef220df01c18361bd5fccaa147c1fd22801f2dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Gonc=CC=A7alves?= Date: Fri, 21 Jul 2017 22:23:27 +0100 Subject: [PATCH] Bump scala-scraper version in docs to 2.0 --- CHANGELOG.md | 2 +- README.md | 2 +- core/src/main/tut/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97738c37f..9f41257a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 2.0.0-RC2 (May 18, 2017) +### 2.0.0 (Jul 21, 2017) - Breaking changes - Extracting using a CSS query string as extractor will now extract elements instead of text. This allows easier diff --git a/README.md b/README.md index 965f159a2..3bb3319ce 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This README contains the following sections: To use Scala Scraper in an existing SBT project with Scala 2.11 or 2.12, add the following dependency to your `build.sbt`: ```scala -libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "2.0.0-RC2" +libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "2.0.0" ``` If you are using an older version of this library, see this document for the version you're using: [1.x](https://github.com/ruippeixotog/scala-scraper/blob/v1.2.1/README.md), [0.1.2](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.2/README.md), [0.1.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.1/README.md), [0.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1/README.md). diff --git a/core/src/main/tut/README.md b/core/src/main/tut/README.md index be9a582a2..f1238d2cf 100644 --- a/core/src/main/tut/README.md +++ b/core/src/main/tut/README.md @@ -23,7 +23,7 @@ This README contains the following sections: To use Scala Scraper in an existing SBT project with Scala 2.11 or 2.12, add the following dependency to your `build.sbt`: ```scala -libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "2.0.0-RC2" +libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "2.0.0" ``` If you are using an older version of this library, see this document for the version you're using: [1.x](https://github.com/ruippeixotog/scala-scraper/blob/v1.2.1/README.md), [0.1.2](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.2/README.md), [0.1.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.1/README.md), [0.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1/README.md).