diff --git a/default.nix b/default.nix
index dcfe2ec1d..2ae07f8b6 100644
--- a/default.nix
+++ b/default.nix
@@ -17,7 +17,7 @@ mixRelease rec {
 
   # This has to be kept in sync with the version in mix.exs and package.json!
   # Otherwise the nginx routing isn't going to work properly.
-  version = "5.1.0";
+  version = "5.1.1";
 
   inherit src;
 
diff --git a/mix.exs b/mix.exs
index e8d2bdd86..5b8fb1c5b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule Mobilizon.Mixfile do
   use Mix.Project
 
-  @version "5.1.0"
+  @version "5.1.1"
 
   def project do
     [
diff --git a/package.json b/package.json
index ebee164cb..737c288fb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mobilizon",
-  "version": "5.1.0",
+  "version": "5.1.1",
   "private": true,
   "scripts": {
     "dev": "vite",