Skip to content

Commit

Permalink
Update version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko committed May 18, 2020
1 parent fb6527b commit 671798a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.9.0"},
{:crawly, "~> 0.10.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.9.0"},
{:crawly, "~> 0.10.0"},
{:floki, "~> 0.26.0"}
]
end
Expand Down
1 change: 1 addition & 0 deletions scripts/hex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo '{api_key, <<"'${API_KEY}'">>}.' > ~/.hex/hex.config

MIX_ENV=dev mix deps.get

MIX_ENV=dev mix generate_documentation
MIX_ENV=dev mix hex.publish package --yes
MIX_ENV=dev mix hex.publish docs --yes
MIX_ENV=dev mix clean
Expand Down

0 comments on commit 671798a

Please sign in to comment.