Skip to content

Commit 1df8bdc

Browse files
committed
bumped version to 0.2.7
1 parent fc1c940 commit 1df8bdc

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
@@ -20,7 +20,7 @@ Then, create a project and add the dependency in `mix.exs`.
2020
```elixir
2121
def deps do
2222
[
23-
{:bitcoinlib, "~> 0.2.6"}
23+
{:bitcoinlib, "~> 0.2.7"}
2424
]
2525
end
2626
```

mix.exs

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

4-
@version "0.2.6"
4+
@version "0.2.7"
55

66
def project do
77
[

0 commit comments

Comments
 (0)