Skip to content

Commit 9ec3838

Browse files
committed
chore: bump version and fix links
1 parent 63502b2 commit 9ec3838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
defmodule Tesla.Mixfile do
22
use Mix.Project
33

4-
@source_url "https://github.com/teamon/tesla"
5-
@version "1.11.2"
4+
@source_url "https://github.com/elixir-tesla/tesla"
5+
@version "1.12.0"
66

77
def project do
88
[
@@ -40,7 +40,7 @@ defmodule Tesla.Mixfile do
4040
[
4141
maintainers: ["Tymon Tobolski"],
4242
licenses: ["MIT"],
43-
links: %{"GitHub" => "https://github.com/teamon/tesla"}
43+
links: %{"GitHub" => "https://github.com/elixir-tesla/tesla"}
4444
]
4545
end
4646

0 commit comments

Comments
 (0)