diff --git a/README.md b/README.md
index b7b2a4d..e82100b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# kmxgit 0.4
+# kmxgit 0.3.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.2](https://git.kmx.io/kmx.io/kmxgit/_tag/v0.3.2).
-
[ChangeLog](#ChangeLog) | [TODO](#todo)
diff --git a/mix.exs b/mix.exs
index 7ad943b..46e86e4 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.3",
+ version_url: "https://git.kmx.io/kmx.io/kmxgit/_tree/v0.3.3",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:gettext] ++ Mix.compilers(),