Skip to content

Commit

Permalink
change version on mix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBueno782 committed Jan 4, 2021
1 parent fec9bb0 commit bc3fa7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule BambooSmtp.Mixfile do
use Mix.Project

@project_url "https://github.com/fewlinesco/bamboo_smtp"
@version "3.1.0"
@version "3.1.1"

def project do
[
Expand Down Expand Up @@ -55,7 +55,10 @@ defmodule BambooSmtp.Mixfile do
[
maintainers: ["Kevin Disneur", "Thomas Gautier"],
licenses: ["MIT"],
links: %{"Changelog" => "#{@project_url}/blob/master/CHANGELOG.md", "GitHub" => @project_url}
links: %{
"Changelog" => "#{@project_url}/blob/master/CHANGELOG.md",
"GitHub" => @project_url
}
]
end

Expand Down

0 comments on commit bc3fa7e

Please sign in to comment.