Skip to content

Commit 9abc038

Browse files
author
Wen Chen
committed
bump version v0.0.2
1 parent 274dec8 commit 9abc038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.0.2 (2024-03-05)
44

55
### Bug fixes
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies in your `mix.exs` file:
1111
```elixir
1212
def deps do
1313
[
14-
{:ethers_kms, "~> 0.0.1"},
14+
{:ethers_kms, "~> 0.0.2"},
1515
]
1616
end
1717
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EthersKMS.MixProject do
22
use Mix.Project
33

4-
@version "0.0.1"
4+
@version "0.0.2"
55
@source_url "https://github.com/ExWeb3/elixir_ethers_kms"
66

77
def project do

0 commit comments

Comments
 (0)