From 2929f32483747d488c1c7e0a355c7a84141bb67c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 20 Jan 2022 14:48:01 +0100 Subject: [PATCH] 0.15.1 --- manifest.json | 8 +++----- scripts/_common.sh | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index d832d61..760ef84 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "A link aggregator / Reddit clone for the fediverse." }, - "version": "0.11.3~ynh1", + "version": "0.15.1~ynh1", "url": "https://join.lemmy.ml/", "upstream": { "license": "GPL-3.0", @@ -31,13 +31,11 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "sitename", diff --git a/scripts/_common.sh b/scripts/_common.sh index 7d9e542..a2d067b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,9 +18,9 @@ pkg_build_dependencies="$imagemagick_build_dependencies $pictrs_build_dependenci NODEJS_VERSION=12 -LEMMY_VERSION=0.11.3 +LEMMY_VERSION=0.15.1 -LEMMYUI_VERSION=0.11.3 +LEMMYUI_VERSION=0.15.1 PICTRS_VERSION=v0.2.6-r2