We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2457b commit 8b79bc5Copy full SHA for 8b79bc5
2 files changed
README.md
@@ -14,7 +14,7 @@ by adding `bundesbank` to your list of dependencies in `mix.exs`:
14
```elixir
15
def deps do
16
[
17
- {:bundesbank, "~> 0.1.4"}
+ {:bundesbank, "~> 0.2.0"}
18
]
19
end
20
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Bundesbank.MixProject do
2
use Mix.Project
3
4
- @version "0.1.4"
+ @version "0.2.0"
5
6
def project do
7
@@ -43,7 +43,8 @@ defmodule Bundesbank.MixProject do
43
44
main: "Bundesbank",
45
source_ref: "v#{@version}",
46
- source_url: "https://github.com/daskycodes/bundesbank"
+ source_url: "https://github.com/daskycodes/bundesbank",
47
+ extras: ["README.md"]
48
49
50
0 commit comments