From b9cca7f6f0d1618c2b90ccc32b7c375aa3cc5e1d Mon Sep 17 00:00:00 2001
From: 778a69cd <778a69cd@potsda.mn>
Date: Mon, 13 Jan 2025 20:44:13 +0100
Subject: [PATCH] actually bump version to 5.1.1

---
 default.nix  | 2 +-
 mix.exs      | 2 +-
 package.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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",