Skip to content

Commit d813cd5

Browse files
committed
prepare release 1.3.0
1 parent 45b6214 commit d813cd5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `bimap` to your list of dependencies in `
1515

1616
```elixir
1717
def deps do
18-
[{:bimap, "~> 1.2"}]
18+
[{:bimap, "~> 1.3"}]
1919
end
2020
```
2121

mix.exs

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule BiMap.Mixfile do
22
use Mix.Project
33

4-
@version "1.2.2"
4+
@version "1.3.0"
55
@github "https://github.com/mkaput/elixir-bimap"
66

77
def project do
@@ -50,7 +50,10 @@ defmodule BiMap.Mixfile do
5050
),
5151
maintainers: ["Marek Kaput <marek.kaput@outlook.com>"],
5252
licenses: ["MIT"],
53-
links: %{"GitHub" => @github}
53+
links: %{
54+
"GitHub" => @github,
55+
"Changelog" => "#{@github}/releases"
56+
}
5457
]
5558
end
5659
end

0 commit comments

Comments
 (0)