Skip to content

Commit

Permalink
update :app to :b58 as suggested by @samhstn in #20 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 20, 2021
1 parent 9c08ff2 commit 1da6396
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 @@ -34,7 +34,7 @@ Open your `mix.exs` file and add the following line to your `deps`:
```elixir
defp deps do
[
{:b58, "~> 1.0"},
{:b58, "~> 1.0.2"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Base58.MixProject do
name: "b58",
description: description(),
package: package(),
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 1da6396

Please sign in to comment.