From e58596bbdc7ed2b71f6e758f448d28bdf9354007 Mon Sep 17 00:00:00 2001 From: lain Date: Fri, 22 Feb 2019 16:12:04 +0100 Subject: Bump version. --- README.md | 4 +++- mix.exs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d39731ef4..47c4f68f2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ Client applications that are known to work well: * Tootle (iOS, No Streaming) * Whalebird (Windows + Mac + Linux) -No release has been made yet, but several servers have been online for months already. If you want to run your own server, feel free to contact us at @lain@pleroma.soykaf.com or in our dev chat at #pleroma on freenode or via matrix at . +This is the 0.9.9 release. + +If you want to run your own server, feel free to contact us in our dev chat at #pleroma on freenode or via matrix at . ## Installation diff --git a/mix.exs b/mix.exs index f63690932..96525a3fa 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("0.9.0"), + version: version("0.9.9"), elixir: "~> 1.7", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), -- cgit v1.2.3