Skip to content

Commit 54b4472

Browse files
version 1.0.0
1 parent e644c6f commit 54b4472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To install [Stark Bank]\`s ECDSA-Elixir, add `starkbank_ecdsa` to your list of d
1111
```elixir
1212
def deps do
1313
[
14-
{:starkbank_ecdsa, "~> 0.0.1"}
14+
{:starkbank_ecdsa, "~> 1.0.0"}
1515
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Ellipticcurve.MixProject do
55
[
66
app: :starkbank_ecdsa,
77
name: :starkbank_ecdsa,
8-
version: "0.0.1",
8+
version: "1.0.0",
99
homepage_url: "https://starkbank.com",
1010
source_url: "https://github.com/starkbank/ecdsa-elixir",
1111
description: description(),

0 commit comments

Comments
 (0)