Skip to content

Commit

Permalink
1.3.1-rc.0 (#151)
Browse files Browse the repository at this point in the history
* 1.3.1-rc.0

* Fix source_ref version ('v' shouldn't be included)
  • Loading branch information
cottinisimone authored Dec 19, 2023
1 parent b75c338 commit ea6bb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Telepoison.MixProject do
use Mix.Project

@source_url "https://github.com/primait/telepoison"
@version "1.3.1"
@version "1.3.1-rc.0"

def project do
[
Expand Down Expand Up @@ -75,7 +75,7 @@ defmodule Telepoison.MixProject do
],
main: "readme",
source_url: @source_url,
source_ref: "v#{@version}",
source_ref: @version,
formatters: ["html"]
]
end
Expand Down

0 comments on commit ea6bb07

Please sign in to comment.