diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-18 14:53:13 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-18 14:53:13 +0300 |
commit | 4123c9db0736f53d40792ca0a94b7c7724e544a2 (patch) | |
tree | ad0c783c4a5a0e7342827a77817307b7e4f28e58 | |
parent | deee9f31968c48fb15b4d6b93254d28232e54a69 (diff) | |
download | pleroma-4123c9db0736f53d40792ca0a94b7c7724e544a2.tar.gz |
Bump the version in mix.exs
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |