Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Nov 18, 2021
1 parent 44d264e commit 39c4f3b
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 @@ -30,7 +30,7 @@ Stream blocks & events from multiple EVM blockchains with a near-uniform API
```elixir
def deps do
[
{:slurp, "~> 0.0.9"}
{:slurp, "~> 0.0.10"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Slurp.MixProject do
def project do
[
app: :slurp,
version: "0.0.9",
version: "0.0.10",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down

0 comments on commit 39c4f3b

Please sign in to comment.