Packages

Server utils to automate common tasks like pagination or authentication

Current section

4 Versions

Jump to

Compare versions

3 files changed
+5 additions
-5 deletions
  @@ -20,7 +20,7 @@ Add to dependencies in your `mix.exs` file...
20 20
21 21 ```elixir
22 22 def deps do
23 - [{:graphito, "~> 0.1.1"}]
23 + [{:graphito, "~> 0.1.2"}]
24 24 end
25 25 ```
  @@ -23,10 +23,10 @@
23 23 {<<"name">>,<<"git_hooks">>},
24 24 {<<"optional">>,false},
25 25 {<<"repository">>,<<"hexpm">>},
26 - {<<"requirement">>,<<"~> 0.1.1">>}],
26 + {<<"requirement">>,<<"~> 0.2">>}],
27 27 [{<<"app">>,<<"tesla">>},
28 28 {<<"name">>,<<"tesla">>},
29 29 {<<"optional">>,false},
30 30 {<<"repository">>,<<"hexpm">>},
31 31 {<<"requirement">>,<<"0.10.0">>}]]}.
32 - {<<"version">>,<<"0.1.2">>}.
32 + {<<"version">>,<<"0.1.3">>}.
  @@ -1,7 +1,7 @@
1 1 defmodule Graphito.MixProject do
2 2 use Mix.Project
3 3
4 - @version "0.1.2"
4 + @version "0.1.3"
5 5
6 6 def project do
7 7 [
  @@ -59,7 +59,7 @@ defmodule Graphito.MixProject do
59 59 {:excoveralls, "~> 0.8", only: :test},
60 60 {:ex_doc, ">= 0.0.0", only: :dev},
61 61 {:dialyxir, "~> 0.5", only: [:dev], runtime: false},
62 - {:git_hooks, "~> 0.1.1"},
62 + {:git_hooks, "~> 0.2"},
63 63 {:tesla, "0.10.0"},
64 64 {:poison, "~> 3.1"}
65 65 ]