Commit 0d4f2ca55a9b171e08ad6831f87068b5f1ef0b56

Thomas de Grivel 2022-03-19T15:45:59

v0.3.2

diff --git a/README.md b/README.md
index ebfcc1c..d764200 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# kmxgit 0.3
+# kmxgit 0.3.2
 
 [kmxgit](https://git.kmx.io/kmx.io/kmxgit) is a web interface and a Git
 server written in C and Elixir / Phoenix.
diff --git a/mix.exs b/mix.exs
index 497b594..c31731e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,8 +4,8 @@ defmodule Kmxgit.MixProject do
   def project do
     [
       app: :kmxgit,
-      version: "0.3.1",
-      version_url: "https://git.kmx.io/kmx.io/kmxgit/_tree/v0.3.1",
+      version: "0.3.2",
+      version_url: "https://git.kmx.io/kmx.io/kmxgit/_tree/v0.3.2",
       elixir: "~> 1.12",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:gettext] ++ Mix.compilers(),