Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Apr 15, 2020
1 parent e644c6f commit 54b4472
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 @@ -11,7 +11,7 @@ To install [Stark Bank]\`s ECDSA-Elixir, add `starkbank_ecdsa` to your list of d
```elixir
def deps do
[
{:starkbank_ecdsa, "~> 0.0.1"}
{:starkbank_ecdsa, "~> 1.0.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Ellipticcurve.MixProject do
[
app: :starkbank_ecdsa,
name: :starkbank_ecdsa,
version: "0.0.1",
version: "1.0.0",
homepage_url: "https://starkbank.com",
source_url: "https://github.com/starkbank/ecdsa-elixir",
description: description(),
Expand Down

0 comments on commit 54b4472

Please sign in to comment.