Skip to content

Commit

Permalink
add source_ref to mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
amatalai authored and teamon committed Oct 27, 2018
1 parent c7bf424 commit 4485111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mix.exs
@@ -1,12 +1,15 @@
defmodule Tesla.Mixfile do
use Mix.Project

@version "1.2.0"

def project do
[
app: :tesla,
version: "1.2.0",
version: @version,
description: description(),
package: package(),
source_ref: "v#{@version}",
source_url: "https://github.com/teamon/tesla",
elixir: "~> 1.4",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 4485111

Please sign in to comment.