Skip to content

Commit f808d24

Browse files
committed
bumped version to 0.3.3
1 parent 706af33 commit f808d24

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.3.2"}
23+
{:bitcoinlib, "~> 0.3.3"}
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.3.2"
4+
@version "0.3.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)