summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-02-22 16:12:04 +0100
committerlain <lain@soykaf.club>2019-02-22 16:13:11 +0100
commite58596bbdc7ed2b71f6e758f448d28bdf9354007 (patch)
treea1830d5c2037ff582770fdeac5f306df7bbd0b97
parent9c10e7c78da2f8e9bda7032badd985a62d0f3c44 (diff)
Bump version.v0.9.9
-rw-r--r--README.md4
-rw-r--r--mix.exs2
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 <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
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(),