Skip to content

Commit 003da73

Browse files
committed
bumped version to 0.1.1
1 parent cd2bd41 commit 003da73

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
@@ -7,7 +7,7 @@ Elixir library simplifying calls to an Electrum RPC Server
77
```elixir
88
def deps do
99
[
10-
{:electrum_client, "~> 0.1.0"}
10+
{:electrum_client, "~> 0.1.1"}
1111
]
1212
end
1313
```

mix.exs

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

4-
@version "0.1.0"
4+
@version "0.1.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)