Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko committed Sep 14, 2022
1 parent 4ea38c5 commit 7a1d43a
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 @@ -29,7 +29,7 @@ historical archival.
# mix.exs
defp deps do
[
{:crawly, "~> 0.13.0"},
{:crawly, "~> 0.14.0"},
{:floki, "~> 0.33.0"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Crawly.Mixfile do
use Mix.Project

@source_url "https://github.com/oltarasenko/crawly"
@version "0.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit 7a1d43a

Please sign in to comment.