Skip to content

Commit 8b79bc5

Browse files
committed
bump to v0.2.0
1 parent 8c2457b commit 8b79bc5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ by adding `bundesbank` to your list of dependencies in `mix.exs`:
1414
```elixir
1515
def deps do
1616
[
17-
{:bundesbank, "~> 0.1.4"}
17+
{:bundesbank, "~> 0.2.0"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bundesbank.MixProject do
22
use Mix.Project
33

4-
@version "0.1.4"
4+
@version "0.2.0"
55

66
def project do
77
[
@@ -43,7 +43,8 @@ defmodule Bundesbank.MixProject do
4343
[
4444
main: "Bundesbank",
4545
source_ref: "v#{@version}",
46-
source_url: "https://github.com/daskycodes/bundesbank"
46+
source_url: "https://github.com/daskycodes/bundesbank",
47+
extras: ["README.md"]
4748
]
4849
end
4950

0 commit comments

Comments
 (0)