We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b6214 commit d813cd5Copy full SHA for d813cd5
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `bimap` to your list of dependencies in `
15
16
```elixir
17
def deps do
18
- [{:bimap, "~> 1.2"}]
+ [{:bimap, "~> 1.3"}]
19
end
20
```
21
mix.exs
@@ -1,7 +1,7 @@
1
defmodule BiMap.Mixfile do
2
use Mix.Project
3
4
- @version "1.2.2"
+ @version "1.3.0"
5
@github "https://github.com/mkaput/elixir-bimap"
6
7
def project do
@@ -50,7 +50,10 @@ defmodule BiMap.Mixfile do
50
),
51
maintainers: ["Marek Kaput <marek.kaput@outlook.com>"],
52
licenses: ["MIT"],
53
- links: %{"GitHub" => @github}
+ links: %{
54
+ "GitHub" => @github,
55
+ "Changelog" => "#{@github}/releases"
56
+ }
57
]
58
59
0 commit comments