Current section

7 Versions

Jump to

Compare versions

2 files changed
+4 additions
-4 deletions
  @@ -19,5 +19,5 @@
19 19 [{<<"app">>,<<"tl">>},
20 20 {<<"name">>,<<"tl">>},
21 21 {<<"optional">>,false},
22 - {<<"requirement">>,<<"~> 57.1.0-rc">>}]]}.
23 - {<<"version">>,<<"57.3.0-beta">>}.
22 + {<<"requirement">>,<<"~> 57.2.0-rc">>}]]}.
23 + {<<"version">>,<<"57.3.1-beta">>}.
  @@ -3,7 +3,7 @@ defmodule MTProto.Mixfile do
3 3
4 4 def project do
5 5 [app: :mtproto,
6 - version: "57.3.0-beta",
6 + version: "57.3.1-beta",
7 7 elixir: "~> 1.3",
8 8 build_embedded: Mix.env == :prod,
9 9 start_permanent: Mix.env == :prod,
  @@ -31,7 +31,7 @@ defmodule MTProto.Mixfile do
31 31
32 32 defp deps do
33 33 [{:connection, "~> 1.0.4"},
34 - {:tl, "~> 57.1.0-rc"},
34 + {:tl, "~> 57.2.0-rc"},
35 35 {:recon, "~> 2.3.2", only: :test},
36 36 {:mock, "~> 0.2.0", only: :test},
37 37 {:ex_machina, "~> 1.0.2", only: :test},