diff options
author | lain <lain@soykaf.club> | 2019-02-22 16:12:04 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-02-22 16:13:11 +0100 |
commit | e58596bbdc7ed2b71f6e758f448d28bdf9354007 (patch) | |
tree | a1830d5c2037ff582770fdeac5f306df7bbd0b97 | |
parent | 9c10e7c78da2f8e9bda7032badd985a62d0f3c44 (diff) | |
download | pleroma-e58596bbdc7ed2b71f6e758f448d28bdf9354007.tar.gz |
Bump version.v0.9.9
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | mix.exs | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 <https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org>. +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 <https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org>. ## Installation @@ -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(), |