Skip to content

Commit

Permalink
chore: bump version and fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Aug 1, 2024
1 parent 63502b2 commit 9ec3838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defmodule Tesla.Mixfile do
use Mix.Project

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

def project do
[
Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule Tesla.Mixfile do
[
maintainers: ["Tymon Tobolski"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/teamon/tesla"}
links: %{"GitHub" => "https://github.com/elixir-tesla/tesla"}
]
end

Expand Down

0 comments on commit 9ec3838

Please sign in to comment.