Skip to content

Commit

Permalink
Bump scala-scraper version in docs to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Jul 21, 2017
1 parent 81f0573 commit 5ef220d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/tut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5ef220d

Please sign in to comment.