Skip to content

Commit 2b7441f

Browse files
authored
Fix references in to documentation (#106)
1 parent 57db01a commit 2b7441f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mix.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
defmodule Avrora.MixProject do
22
use Mix.Project
33

4+
@version "0.26.0"
5+
46
def project do
57
[
68
app: :avrora,
7-
version: "0.26.0",
9+
version: @version,
810
elixir: "~> 1.6",
911
description: description(),
1012
package: package(),
@@ -66,6 +68,7 @@ defmodule Avrora.MixProject do
6668
main: "readme",
6769
logo: "assets/logo.png",
6870
source_url: "https://github.com/Strech/avrora",
71+
source_ref: "v#{@version}",
6972
formatters: ~w(html),
7073
before_closing_body_tag: fn _format ->
7174
"""

0 commit comments

Comments
 (0)