X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ec6e92df74221355046da968e35bf568e45e3119;hb=e4743847a18cb7cbb9e607232f25eb1cf63a4551;hp=50d4b408051775caca63eb8eb04e4453b6798549;hpb=8d2ea9540220178098762c103ab4fad7a8bd2edd;p=akkoma diff --git a/mix.exs b/mix.exs index 50d4b4080..ec6e92df7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.2.50"), + version: version("2.3.50"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -157,7 +157,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, "~> 0.4.1"}, + {:linkify, "~> 0.5.0"}, {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"},