Skip to content

Commit

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

* Fix source_ref version ('v' shouldn't be included)
  • Loading branch information
cottinisimone authored Dec 19, 2023
1 parent 5d91c7b commit ca40ea8
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 Teleplug.MixProject do
use Mix.Project

@source_url "https://github.com/primait/teleplug"
@version "1.1.3"
@version "1.1.3-rc.0"

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

0 comments on commit ca40ea8

Please sign in to comment.