actually bump version to 5.1.1

This commit is contained in:
778a69cd 2025-01-13 20:44:13 +01:00
parent ca4557705a
commit b9cca7f6f0
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -1,7 +1,7 @@
defmodule Mobilizon.Mixfile do
use Mix.Project
@version "5.1.0"
@version "5.1.1"
def project do
[

View file

@ -1,6 +1,6 @@
{
"name": "mobilizon",
"version": "5.1.0",
"version": "5.1.1",
"private": true,
"scripts": {
"dev": "vite",