Skip to content

Commit

Permalink
Update to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Nov 4, 2021
1 parent a5168f6 commit 5c3152e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [1.0.1] - 2021-11-04
### Fixed
- signature r and s range check

Expand Down
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, "~> 1.0.0"}
{:starkbank_ecdsa, "~> 1.0.1"}
]
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: "1.0.0",
version: "1.0.1",
homepage_url: "https://starkbank.com",
source_url: "https://github.com/starkbank/ecdsa-elixir",
description: description(),
Expand Down

0 comments on commit 5c3152e

Please sign in to comment.