aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-06-09 18:06:27 +0000
committerrinpatch <rinpatch@sdf.org>2020-06-09 18:06:27 +0000
commit6c90fc8e70760bf8c58bb731ce294e9eee02f430 (patch)
treebd9a1f004b07c434c1ae2a6b3701ffad52d6304a /mix.exs
parenta5ccb5b0b1032b102c54d4df2e17c61423089e73 (diff)
parentf05f206e13a152ccdae679e84a29633adfbba2b1 (diff)
downloadpleroma-2.0.6.tar.gz
Merge branch 'release/2.0.6' into 'stable'v2.0.6
Release/2.0.6 See merge request pleroma/pleroma!2632
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
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"},