Bump the version in mix.exs

This commit is contained in:
rinpatch 2019-10-18 14:53:13 +03:00
parent deee9f3196
commit 4123c9db07
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
version: version("1.1.0"),
version: version("1.1.1"),
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),