mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
Bump version
This commit is contained in:
parent
5982706dbb
commit
690dc6fc30
1 changed files with 6 additions and 6 deletions
12
mix.exs
12
mix.exs
|
@ -2,13 +2,13 @@ defmodule Httparrot.Mixfile do
|
|||
use Mix.Project
|
||||
|
||||
@source_url "https://github.com/edgurgel/httparrot"
|
||||
@version "1.3.0"
|
||||
@version "1.4.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
app: :httparrot,
|
||||
version: @version,
|
||||
elixir: "~> 1.7",
|
||||
elixir: "~> 1.16",
|
||||
name: "HTTParrot",
|
||||
package: package(),
|
||||
deps: deps(),
|
||||
|
@ -25,12 +25,12 @@ defmodule Httparrot.Mixfile do
|
|||
|
||||
defp deps do
|
||||
[
|
||||
{:cowboy, "~> 2.12.0"},
|
||||
{:cowboy, "~> 2.12"},
|
||||
{:exjsx, "~> 3.0 or ~> 4.0"},
|
||||
{:con_cache, "~> 1.1.0"},
|
||||
{:con_cache, "~> 1.1"},
|
||||
{:earmark, "~> 1.0", only: :dev},
|
||||
{:ex_doc, "~> 0.18", only: :dev},
|
||||
{:meck, "~> 0.9.2", only: :test}
|
||||
{:meck, "~> 0.9", only: :test}
|
||||
]
|
||||
end
|
||||
|
||||
|
@ -55,7 +55,7 @@ defmodule Httparrot.Mixfile do
|
|||
],
|
||||
main: "readme",
|
||||
source_url: @source_url,
|
||||
source_ref: "v{@version}",
|
||||
source_ref: "v#{@version}",
|
||||
formatters: ["html"]
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue