diff --git a/README.md b/README.md
index 1489e90..cf33cdb 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.
-**Shipped version:** 1.3.11~ynh2
+**Shipped version:** 1.3.12~ynh1
**Demo:** https://libretranslate.com/
@@ -32,7 +32,6 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other
* Official app website:
* Official admin documentation:
* Upstream app code repository:
-* YunoHost documentation for this app:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index 2f27b9f..ce0ca12 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.
-**Version incluse :** 1.3.11~ynh2
+**Version incluse :** 1.3.12~ynh1
**Démo :** https://libretranslate.com/
@@ -32,7 +32,6 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other
* Site officiel de l’app :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
-* Documentation YunoHost pour cette app :
* Signaler un bug :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index cc5f66f..b8ed383 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "LibreTranslate"
description.en = "Open Source Machine Translation API"
description.fr = "API de traduction automatique Open Source"
-version = "1.3.11~ynh2"
+version = "1.3.12~ynh1"
maintainers = [""]
@@ -29,7 +29,6 @@ ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
- full_domain = true
[install.init_main_permission]
type = "group"
diff --git a/scripts/_common.sh b/scripts/_common.sh
index b0da2b7..5932421 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
-libretranslate_version="1.3.11"
+libretranslate_version="1.3.12"
#=================================================
# PERSONAL HELPERS
diff --git a/scripts/restore b/scripts/restore
index 263b8c9..8551aca 100755
--- a/scripts/restore
+++ b/scripts/restore
@@ -59,7 +59,7 @@ yunohost service add $app --description="Machine Translation API" --log="/var/lo
#=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1
-ynh_systemd_action --service_name="${app}" --action="start"
+ynh_systemd_action --service_name="${app}" --action="start"
#=================================================
# GENERIC FINALIZATION