Commit dc9ab4d507f274a9fc50119e25b0eb9c5794b7ba

Thomas de Grivel 2022-02-22T06:28:43

v0.3.1

diff --git a/README.md b/README.md
index b465135..ebfcc1c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# kmxgit 0.4
+# kmxgit 0.3
 
 [kmxgit](https://git.kmx.io/kmx.io/kmxgit) is a web interface and a Git
 server written in C and Elixir / Phoenix.
@@ -7,12 +7,6 @@ kmxgit started as a frontend for
 [git-auth](https://git.kmx.io/kmx.io/git-auth).
 Now public repositories are also supported.
 
-This branch is work in progress, for the stable branch see
-[v0.3](https://git.kmx.io/kmx.io/kmxgit/_tree/v0.3).
-
-For releases see the tags, latest is
-[v0.3.0](https://git.kmx.io/kmx.io/kmxgit/_tag/v0.3.0).
-
 [ChangeLog](#ChangeLog) | [TODO](#todo)
 
 
diff --git a/mix.exs b/mix.exs
index 4822fa3..e47f1e9 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,8 +4,8 @@ defmodule Kmxgit.MixProject do
   def project do
     [
       app: :kmxgit,
-      version: "0.4.0",
-      version_url: "https://git.kmx.io/kmx.io/kmxgit/_tree/master",
+      version: "0.3.1",
+      version_url: "https://git.kmx.io/kmx.io/kmxgit/_tree/v0.3.1",
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:gettext] ++ Mix.compilers(),