Skip to content

Commit

Permalink
Set version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Apr 30, 2017
1 parent 79d730d commit 9be8a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Take a look at [Examples.scala](https://github.com/ruippeixotog/scala-scraper/bl
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" % "1.2.0"
libraryDependencies += "net.ruippeixotog" %% "scala-scraper" % "1.2.1"
```

If you are using an older version of this library, see this document for the version you're using: [0.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1/README.md), [0.1.1](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.1/README.md), [0.1.2](https://github.com/ruippeixotog/scala-scraper/blob/v0.1.2/README.md).
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.2.1-SNAPSHOT"
version in ThisBuild := "1.2.1"

0 comments on commit 9be8a00

Please sign in to comment.