diff --git a/README.md b/README.md index 0959e5f..de5d6ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Shipped version:** 0.3.2~ynh3 +**Shipped version:** 0.3.2~ynh4 **Demo:** diff --git a/README_es.md b/README_es.md index aa92094..fbf1665 100644 --- a/README_es.md +++ b/README_es.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Versión actual:** 0.3.2~ynh3 +**Versión actual:** 0.3.2~ynh4 **Demo:** diff --git a/README_eu.md b/README_eu.md index 115c808..a63006d 100644 --- a/README_eu.md +++ b/README_eu.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Paketatutako bertsioa:** 0.3.2~ynh3 +**Paketatutako bertsioa:** 0.3.2~ynh4 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 47de2ba..c55a0d2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Version incluse :** 0.3.2~ynh3 +**Version incluse :** 0.3.2~ynh4 **Démo :** diff --git a/README_gl.md b/README_gl.md index 1c1b8f7..f4cd0fb 100644 --- a/README_gl.md +++ b/README_gl.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**Versión proporcionada:** 0.3.2~ynh3 +**Versión proporcionada:** 0.3.2~ynh4 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 0cd0cea..bd571b7 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -32,7 +32,7 @@ This Yunohost app installs the server part (services + mongo database) needed to - As well any documents or images uploaded by users will be backed up -**分发版本:** 0.3.2~ynh3 +**分发版本:** 0.3.2~ynh4 **演示:** diff --git a/manifest.toml b/manifest.toml index 1cf585f..57d8528 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Dont-code Services" description.en = "Install services and databases needed to support Dont-code platform" description.fr = "Installe les services et base de données nécessaires pour utiliser la plateforme Dont-code" -version = "0.3.2~ynh4" +version = "0.3.2~ynh5" maintainers = ["Dont-code Team"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 7ec06e1..9af5b2e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -mongo_version=6.0 +mongo_version=7.0 # List of services to be installed SERVICES_LIST=(ide preview project data)