Skip to content

Commit

Permalink
bump version v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wchenNL committed Mar 5, 2024
1 parent 274dec8 commit 9abc038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.0.2 (2024-03-05)

### Bug fixes

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 @@ dependencies in your `mix.exs` file:
```elixir
def deps do
[
{:ethers_kms, "~> 0.0.1"},
{:ethers_kms, "~> 0.0.2"},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EthersKMS.MixProject do
use Mix.Project

@version "0.0.1"
@version "0.0.2"
@source_url "https://github.com/ExWeb3/elixir_ethers_kms"

def project do
Expand Down

0 comments on commit 9abc038

Please sign in to comment.