diff --git a/README.md b/README.md index 1a69300..bd98633 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.110.0~ynh2 +**Shipped version:** 12.110.0~ynh3 ## Screenshots -![](./doc/screenshots/screenshot.jpg) +![](./doc/screenshots/screenshot-desktop.png) ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 5ae8c90..947addd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,13 +13,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.110.0~ynh2 +**Version incluse :** 12.110.0~ynh3 ## Captures d'écran -![](./doc/screenshots/screenshot.jpg) +![](./doc/screenshots/screenshot-desktop.png) ## Avertissements / informations importantes diff --git a/doc/screenshots/screenshot-desktop.png b/doc/screenshots/screenshot-desktop.png new file mode 100644 index 0000000..a8d2d17 Binary files /dev/null and b/doc/screenshots/screenshot-desktop.png differ diff --git a/doc/screenshots/screenshot.jpg b/doc/screenshots/screenshot.jpg deleted file mode 100644 index 3ec595c..0000000 Binary files a/doc/screenshots/screenshot.jpg and /dev/null differ diff --git a/manifest.json b/manifest.json index a9821a9..3871119 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.110.0~ynh2", + "version": "12.110.0~ynh3", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 59c3cd0..1d19fbe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="16" +NODEJS_VERSION="16.14.0" # dependencies used by the app pkg_dependencies="ffmpeg postgresql"