X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=584df467b7f978d289ffb615aa2c1ebee93123c3;hb=f05f206e13a152ccdae679e84a29633adfbba2b1;hp=cc7a415cafa575718b249637c9b4ceb63c433a34;hpb=a5ccb5b0b1032b102c54d4df2e17c61423089e73;p=akkoma diff --git a/mix.exs b/mix.exs index cc7a415ca..584df467b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.0.5"), + version: version("2.0.6"), elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -138,7 +138,7 @@ defmodule Pleroma.Mixfile do {:credo, "~> 1.1.0", only: [:dev, :test], runtime: false}, {:mock, "~> 0.3.3", only: :test}, {:crypt, - git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, + git: "https://github.com/msantos/crypt", ref: "f63a705f92c26955977ee62a313012e309a4d77a"}, {:cors_plug, "~> 1.5"}, {:ex_doc, "~> 0.21", only: :dev, runtime: false}, {:web_push_encryption, "~> 0.2.1"},