diff --git a/README.md b/README.md index 70577bd..e55a528 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Collabora Online is a powerful LibreOffice-based online office that supports all - presentations (odp, pptx, ppt…) -**Shipped version:** 22.05.8.2~ynh1 +**Shipped version:** 22.05.8.2~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e666ec0..6291977 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Collabora Online est une suite bureautique en ligne open source basé sur LibreO - des tableurs (ods, xlsx, xls…) - présentations (odp, pptx, ppt…) -**Version incluse :** 22.05.8.2~ynh1 +**Version incluse :** 22.05.8.2~ynh2 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 9f798c1..0a10ba8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "LibreOffice-based online office suite with collaborative editing", "fr": "Suite office en ligne et collaborative, basée sur LibreOffice" }, - "version": "22.05.8.2~ynh1", + "version": "22.05.8.2~ynh2", "url": "https://collaboraoffice.com", "upstream": { "license": "MPL-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 3562dcc..94e9d8f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="coolwsd code-brand" +pkg_dependencies="coolwsd code-brand hunspell-de-de hunspell-en-gb hunspell-fr hunspell" #================================================= # PERSONAL HELPERS