Skip to content

Commit

Permalink
Update crawly version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko committed Feb 5, 2021
1 parent 22dba86 commit 557ac76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ historical archival.
# mix.exs
defp deps do
[
{:crawly, "~> 0.12.0"},
{:crawly, "~> 0.13.0"},
{:floki, "~> 0.26.0"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ file with the following code:
```elixir
defp deps do
[
{:crawly, "~> 0.12.0"},
{:crawly, "~> 0.13.0"},
{:floki, "~> 0.26.0"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Crawly.Mixfile do
use Mix.Project

@version "0.12.0"
@version "0.13.0"

def project do
[
Expand Down

0 comments on commit 557ac76

Please sign in to comment.