diff options
author | lain <lain@soykaf.club> | 2020-12-22 21:59:37 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-22 22:11:02 +0100 |
commit | b988e9cc8bdb23f239e2e7b4b16ca2fdf5c61cf3 (patch) | |
tree | 459febd779ef298130c5bfcd348695d4196c59b9 | |
parent | a8ca282b4a4bb205e9f7dac37fd60493c2e60a81 (diff) | |
download | pleroma-b988e9cc8bdb23f239e2e7b4b16ca2fdf5c61cf3.tar.gz |
Mix: Update version.
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7441d6ee9..6438c9957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). <details> <summary>API</summary> - Statuses were not displayed for Mastodon forwarded reports. - </details> @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.2.0"), + version: version("2.2.1"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), |