diff --git a/Changelog.md b/Changelog.md index 61d3854..4a30622 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 24.4.1 + +### Fix + +- Fix permissions and variable. [Thomas Merkel] + ## 24.4.0 ### New @@ -12,5 +18,3 @@ * Fix file permissions in PixelFed because the application is running as different user. A patch file is provided and used after the application installation. - - diff --git a/manifest b/manifest index f7243d6..622e65c 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ name="core-pixelfed" organization="SkyLime" brand="Instance" -version="24.4.0" +version="24.4.1" description="Pixelfed - image sharing social network service" homepage="https://github.com/skylime/mi-core-pixelfed" users="root admin" diff --git a/manifest.json b/manifest.json index 71ec38b..37b99b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "core-pixelfed", - "version": "24.4.0", + "version": "24.4.1", "description": "Pixelfed - image sharing social network service", "organization": "SkyLime", "brand": "Instance",