Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jul 29, 2017
1 parent 98e2833 commit 40887e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Signaturex.Mixfile do
name: "Signaturex",
description: @description,
elixir: "~> 1.2",
version: "1.1.0",
version: "1.2.0",
package: package,
deps: deps,
source_url: "https://github.com/edgurgel/signaturex" ]
Expand All @@ -20,8 +20,8 @@ defmodule Signaturex.Mixfile do

defp deps do
[{ :meck, "~> 0.8.2", only: :test },
{ :earmark, "~> 0.1.17", only: :docs },
{ :ex_doc, "~> 0.8.0", only: :docs }]
{ :earmark, "~> 1.0", only: :docs },
{ :ex_doc, "~> 0.16", only: :docs }]
end

defp package do
Expand Down
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"earmark": {:hex, :earmark, "0.1.17"},
"ex_doc": {:hex, :ex_doc, "0.8.1"},
"meck": {:hex, :meck, "0.8.3"}}
%{"earmark": {:hex, :earmark, "1.2.3", "206eb2e2ac1a794aa5256f3982de7a76bf4579ff91cb28d0e17ea2c9491e46a4", [:mix], [], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.16.2", "3b3e210ebcd85a7c76b4e73f85c5640c011d2a0b2f06dcdf5acdb2ae904e5084", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"},
"meck": {:hex, :meck, "0.8.3", "4628a1334c69610c5bd558b04dc78d723d8ec5445c123856de34c77f462b5ee5", [:rebar], [], "hexpm"}}

0 comments on commit 40887e2

Please sign in to comment.