mixfile: bump version to 1.1.3
authorrinpatch <rinpatch@sdf.org>
Fri, 25 Oct 2019 15:49:21 +0000 (18:49 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 25 Oct 2019 15:49:21 +0000 (18:49 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index fb72a22ed595eae2da843d52689e6e54904c19a4..fde6216d2eb1ad62b6136dff6866a69c01d09dd9 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("1.1.2"),
+      version: version("1.1.3"),
       elixir: "~> 1.7",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),