diff --git a/Cargo.toml b/Cargo.toml
index e86fff6..0923256 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lemoa"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
[dependencies]
diff --git a/data/io.github.lemmygtk.lemoa.metainfo.xml.in b/data/io.github.lemmygtk.lemoa.metainfo.xml.in
index e8759d3..4becee6 100644
--- a/data/io.github.lemmygtk.lemoa.metainfo.xml.in
+++ b/data/io.github.lemmygtk.lemoa.metainfo.xml.in
@@ -26,6 +26,13 @@
https://github.com/lemmygtk/lemoa/issues
+
+
+
+ - feat: compatibility with Lemmy v0.19 by @Bnyro
+
+
+
diff --git a/flake.nix b/flake.nix
index 60e4d05..7b713cf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,7 +12,7 @@
packages = rec {
lemoa = pkgs.rustPlatform.buildRustPackage {
pname = "lemoa";
- version = "0.5.0";
+ version = "0.5.1";
src = ./.;
buildInputs = with pkgs; [
openssl
diff --git a/meson.build b/meson.build
index 109c58d..89b7225 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'lemoa',
'rust',
- version: '0.5.0',
+ version: '0.5.1',
meson_version: '>= 0.59',
license: 'GPL-3.0',
)