Current section
7 Versions
Jump to
Current section
7 Versions
Compare versions
3
files changed
+8
additions
-8
deletions
| @@ -9,7 +9,7 @@ The package can be installed by adding `pushover` to your list of dependencies i | |
| 9 9 | ```elixir |
| 10 10 | def deps do |
| 11 11 | [ |
| 12 | - {:pushover, "~> 0.3.2"} |
| 12 | + {:pushover, "~> 0.3.3"} |
| 13 13 | ] |
| 14 14 | end |
| 15 15 | ``` |
| @@ -18,10 +18,10 @@ | |
| 18 18 | {<<"name">>,<<"tesla">>}, |
| 19 19 | {<<"optional">>,false}, |
| 20 20 | {<<"repository">>,<<"hexpm">>}, |
| 21 | - {<<"requirement">>,<<"~> 1.2.1">>}], |
| 21 | + {<<"requirement">>,<<"~> 1.3.1">>}], |
| 22 22 | [{<<"app">>,<<"google_gax">>}, |
| 23 23 | {<<"name">>,<<"google_gax">>}, |
| 24 24 | {<<"optional">>,false}, |
| 25 25 | {<<"repository">>,<<"hexpm">>}, |
| 26 | - {<<"requirement">>,<<"~> 0.1.3">>}]]}. |
| 27 | - {<<"version">>,<<"0.3.2">>}. |
| 26 | + {<<"requirement">>,<<"~> 0.3.1">>}]]}. |
| 27 | + {<<"version">>,<<"0.3.3">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule Pushover.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.3.2" |
| 4 | + @version "0.3.3" |
| 5 5 | |
| 6 6 | def project do |
| 7 7 | [ |
| @@ -38,11 +38,11 @@ defmodule Pushover.MixProject do | |
| 38 38 | # Run "mix help deps" to learn about dependencies. |
| 39 39 | defp deps do |
| 40 40 | [ |
| 41 | - {:tesla, "~> 1.2.1"}, |
| 42 | - {:google_gax, "~> 0.1.3"}, |
| 41 | + {:tesla, "~> 1.3.1"}, |
| 42 | + {:google_gax, "~> 0.3.1"}, |
| 43 43 | |
| 44 44 | # Docs |
| 45 | - {:ex_doc, "~> 0.21.0", only: :dev, runtime: false} |
| 45 | + {:ex_doc, "~> 0.21.3", only: :dev, runtime: false} |
| 46 46 | ] |
| 47 47 | end |
| 48 48 | end |